This is the source code for my personal blog, built with Hakyll.
Prerequisites:
To build the site:
stack build
stack exec me buildTo run a preview server:
stack exec me watchposts/: Blog posts in Markdown formatprojects/: Project pagescss/: Stylesheetstemplates/: HTML templatessite.hs: Main Hakyll configuration