static site builder with hierarchical tags
Find a file
Mirek Kratochvil 3c19750338 actually readme
2023-06-13 12:13:23 +02:00
assets mock a sidebar 2023-06-08 21:39:19 +02:00
cards/mypage more dir parameters 2023-06-08 14:42:11 +02:00
mustache remove tests from mustache 2023-06-05 09:06:44 +02:00
templates mock a sidebar 2023-06-08 21:39:19 +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 source multiple directories at once 2023-06-08 20:54:07 +02:00
Types.hs source multiple directories at once 2023-06-08 20:54:07 +02:00
Utils.hs install files properly 2023-06-08 13:51:30 +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)