https://bwallberg.neocities.org/
# Build a Docker image containing jekyll and all required gems
> make docker-build
# Build the blog to the _site directory
> make build
# Serve the blog at http://localhost:4000/ with --watch and --drafts mode
> make serve