Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 688 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 688 Bytes

This is the source code of the website for MAR1D. It is hosted at mar1d.com.

This website is generated with hakyll, using hakyll-flakes.

On a system with the Nix package manager with nix-flakes enabled, there are a number of things you can do:

  • nix build: generate the website (found at ./result)
  • nix build .#builder: generate the hakyll site builder
  • nix run . -- watch: generate the site and host it at localhost:8000

It will take while the first time, as it has to build a version of gcc / hakyll / hakyll-sass that is known to work.