static site builder with hierarchical tags
Find a file
Ronan Tremoureux c6c99ab85c Merge branch 'prepareForPolicies' into 'master'
preparing to add folder policies containing md of the policies

See merge request R3-core/websites-dev/reploy!1
2023-06-19 10:22:56 +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 preparing to add folder policies containing md of the policies 2023-06-19 10:21:06 +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 style 2023-06-19 00:09:47 +02:00
Types.hs preparing to add folder policies containing md of the policies 2023-06-19 10:21:06 +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