@hackage rib0.10.0.0
Static site generator based on Shake
Categories
License
BSD-3-Clause
Maintainer
srid@srid.ca
Links
Versions
Installation
Dependencies (31)
Dependents (1)
@hackage/neuron
rib
Rib is a Haskell static site generator based on Shake, with a delightful workflow.
See https://rib.srid.ca for full documentation.
Developing rib
Use ghcid for quicker compilation cycles:
nix-shell --run ghcid
To test your changes, clone rib-sample and run it using your local rib checkout:
cd ..
git clone https://github.com/srid/rib-sample.git
cd rib-sample
nix-shell --arg rib ../rib --run 'ghcid -T ":main -wS"'