Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 619 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 619 Bytes

Mathias' personal site

How to develop?

  1. Install ghcup
  2. Use ghcup to install cabal and ghc
  3. cabal build
  4. (Most) content lives on a different git repo.
  1. cabal exec site <CMD>; these are hakyll commands
  • cabal exec site build (generate site)
  • cabal exec site clean (cleanup and remove cache)
  • cabal exec site rebuild (clean and build again)
  • cabal exec site server (run server on what's built)
  • cabal exec site watch (recompile server)
  • There's -v (verbose) and -h (help) flags