This repo contains a static blog site generator, and blog content, for jonoflayham.github.io, which is driven from jonoflayham/jonoflayham.github.io.git and aliased to jonoflayham.com.
With thanks to those involved, code (but not content within resources/posts
) is based on https://github.com/gilbertw1/blog-gen, which is in turn derived from stasis and an excellent stasis tutorial.
Serve the site locally:
$ lein ring server
Build the site, exporting to /dist:
$ lein build-site
Build and publish site, having committed and pushed changes:
# ./build-and-push-site.sh