static site builder with hierarchical tags
Find a file
2023-07-21 10:15:11 +02:00
assets/static make the contents completely generic 2023-07-19 20:39:41 +02:00
mustache remove tests from mustache 2023-06-05 09:06:44 +02:00
pages make the contents completely generic 2023-07-19 20:39:41 +02:00
scripts add proper licenses 2023-07-21 10:15:11 +02:00
templates make the contents completely generic 2023-07-19 20:39:41 +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 add proper licenses 2023-07-21 10:15:11 +02:00
FormatOpts.hs add proper licenses 2023-07-21 10:15:11 +02:00
LICENSE add proper licenses 2023-07-21 10:15:11 +02:00
README.md actually add the search box 2023-07-14 11:15:17 +02:00
reploy.cabal add proper licenses 2023-07-21 10:15:11 +02:00
site.hs add proper licenses 2023-07-21 10:15:11 +02:00
Types.hs add proper licenses 2023-07-21 10:15:11 +02:00
Utils.hs add proper licenses 2023-07-21 10:15:11 +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/websites-dev/reploy