Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 667 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 667 Bytes

Blog Snapshot

Snapshot of the Farset Labs blog, taken 13/02/2024

Blog hosted at https://blog.farsetlabs.org.uk

Steps taken to generate the blog snapshot

Grab all website files using wget

./scrape.sh

Generate a list of the lazy loaded iamges which will have been missed

node generate-lazy-images-script/index.js > ./get-lazy-images.sh

Grab all the lazy loading images using wget

./get-lazy-images.sh

View the blog snapshot

Run a simple server in the blog.farsetlabs.org.uk/ directory.

Example:

cd blog.farsetlabs.org.uk
python -m SimpleHTTPServer 8080

And open your browser at http://localhost:8080