mirror of
https://github.com/srid/rib.git
synced 2024-11-23 03:42:07 +03:00
4c3e050217
* Add guide zettelkasten * Add svg logo * Try using svg logo * Move README over to guide * Revamp Concepts * Move development to README * remove TODO * Change branding
993 B
993 B
rib
Rib is a Haskell static site generator that aims to reuse existing libraries instead of reinventing the wheel.
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'