static site builder with hierarchical tags
Find a file
2023-06-22 15:16:42 +02:00
assets limit image width 2023-06-22 15:07:20 +02:00
cards start extending the extensions 2023-06-22 15:16:42 +02:00
mustache remove tests from mustache 2023-06-05 09:06:44 +02:00
scripts add a script for sourcing the timestamps from gits 2023-06-22 11:43:28 +02:00
templates implement sourcing of timestamp files 2023-06-22 11:43:20 +02:00
.gitlab-ci.yml tag the docker images with short sha to allow depending on versions 2023-06-22 11:43:28 +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 start extending the extensions 2023-06-22 15:16:42 +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 fix the path splitting issue for directory exclusion 2023-06-22 13:09:02 +02:00
Types.hs avoid overwriting timestamps if they are forced by markdown already 2023-06-22 11:43:28 +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