This is my personal website, currently hosted at squiddev.cc and joncoates.co.uk.
This website is written generated using Hakyll, and can be built with
stack run -- build. It's only a statically generated site, so isn't especially
interesting, though there's some things which may be of value to a Hakyll user:
- Compiling
.dotfiles to.png. - Inline compiling of
dotcode blocks and LaTeX math to SVG. - Syntax highlighting for other languages. This is not currently used, but may be useful.
- Draft posts.
- Cache busters for asset files.
- HTML minification. Of questionable usefulness, but a neat idea.