Usually I view the online versions, but sometimes I use a shell script to download individual pages I like. (It takes a url as an argument.)
#!/usr/bin/bash
wget \
--page-requisites \
--html-extension \
--convert-links \
--execute robots=off \
--user-agent="" \
--wait=10 \
--random-wait \
$1