static site builder with hierarchical tags
Find a file
2023-06-18 22:11:01 +02:00
assets configurable tocs 2023-06-18 22:11:01 +02:00
cards configurable tocs 2023-06-18 22:11:01 +02:00
mustache remove tests from mustache 2023-06-05 09:06:44 +02:00
templates configurable tocs 2023-06-18 22:11:01 +02:00
.gitlab-ci.yml Revert "try auto-squashery" 2023-06-15 11:57:13 +02:00
cabal.project fork mustache 2023-05-27 20:20:43 +02:00
Dockerfile fix the docker entrypoint 2023-06-15 11:43:34 +02:00
FormatOpts.hs configurable tocs 2023-06-18 22:11:01 +02:00
make-search-index.js doc 2023-06-17 22:53:10 +02:00
README.md doc podman 2023-06-15 11:58:46 +02:00
reploy.cabal configurable tocs 2023-06-18 22:11:01 +02:00
site.hs configurable tocs 2023-06-18 22:11:01 +02:00
Types.hs source and use humanized tag names 2023-06-18 19:44:07 +02:00
Utils.hs configurable tocs 2023-06-18 22:11: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)

Containerized use

Docker has insurmountable issues with producing the files with the right permissions. Use podman instead:

podman run -ti --rm -v $PWD:/data gitlab.lcsb.uni.lu:4567/r3-core/websites-dev/reploy