Website
It's using Hakyll to generate static HTML files.
Compile + Build
make build
- compile and build the website into the_site
directory, ready to deploy.make deploy
- deploy the compiled_site
directory.
Watch
Running make watch
will watch for changes and load them locally.