static site builder with hierarchical tags
Find a file
2023-06-22 11:43:20 +02:00
assets configurable tocs 2023-06-18 22:11:01 +02:00
cards remove the temporary codeCheck card 2023-06-19 11:29:06 +02:00
mustache remove tests from mustache 2023-06-05 09:06:44 +02:00
templates implement sourcing of timestamp files 2023-06-22 11:43:20 +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 Revert "preparing to add folder policies containing md of the policies" 2023-06-19 10:52:00 +02:00
FormatOpts.hs format 2023-06-22 09:01:14 +02:00
make-search-index.js actually output the correct file 2023-06-19 10:50:11 +02:00
README.md doc podman 2023-06-15 11:58:46 +02:00
reploy.cabal implement sourcing of timestamp files 2023-06-22 11:43:20 +02:00
site.hs implement sourcing of timestamp files 2023-06-22 11:43:20 +02:00
Types.hs implement sourcing of timestamp files 2023-06-22 11:43:20 +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