/chris-bacon.co.uk

Code for my website sitting at https://www.chris-bacon.co.uk

Primary LanguageCSS

Website

Build Status

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.