static site builder with hierarchical tags
Find a file
2023-06-17 23:59:41 +02:00
assets css improvements 2023-06-17 23:59:41 +02:00
cards actually migrate some contents 2023-06-17 23:57:16 +02:00
mustache remove tests from mustache 2023-06-05 09:06:44 +02:00
templates actually migrate some contents 2023-06-17 23:57:16 +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 export search data, add indexing script 2023-06-17 20:40:40 +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 build dockers 2023-06-14 22:14:39 +02:00
site.hs actually migrate some contents 2023-06-17 23:57:16 +02:00
Types.hs export search data, add indexing script 2023-06-17 20:40:40 +02:00
Utils.hs add local anchors to headers 2023-06-15 15:05:51 +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