static site builder with hierarchical tags
Find a file
2023-06-14 10:40:28 +02:00
assets style up the code tags 2023-06-14 10:40:28 +02:00
cards add testing cards 2023-06-13 15:53:41 +02:00
mustache remove tests from mustache 2023-06-05 09:06:44 +02:00
templates style up the code tags 2023-06-14 10:40:28 +02:00
cabal.project fork mustache 2023-05-27 20:20:43 +02:00
FormatOpts.hs render, install files 2023-05-24 23:43:33 +02:00
README.md actually readme 2023-06-13 12:13:23 +02:00
reploy.cabal actually take args 2023-06-08 14:25:32 +02:00
site.hs improve link rendering 2023-06-13 15:53:01 +02:00
Types.hs source multiple directories at once 2023-06-08 20:54:07 +02:00
Utils.hs improve link rendering 2023-06-13 15:53:01 +02:00

reploy

A redo of deployment of the R3 sites (cards for now).

How to use this

  • install haskell platform (e.g. with https://www.haskell.org/ghcup/)
  • cabal run site -- --help shows options
  • cabal run site builds a demo site
  • cabal install produces and installs an executable site into the cabal path (you can use it as a program directly)