Skip to content

FarsetLabs/blog-snapshot

Repository files navigation

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:https://localhost:8080

About

Snapshot of the blog, taken 13/02/2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages