Snapshot of the Farset Labs blog, taken 13/02/2024
Blog hosted at https://blog.farsetlabs.org.uk
Grab all website files using wget
./scrape.shGenerate a list of the lazy loaded iamges which will have been missed
node generate-lazy-images-script/index.js > ./get-lazy-images.shGrab all the lazy loading images using wget
./get-lazy-images.shRun a simple server in the blog.farsetlabs.org.uk/ directory.
Example:
cd blog.farsetlabs.org.uk
python -m SimpleHTTPServer 8080And open your browser at http://localhost:8080