1
1
mirror of https://github.com/srid/rib.git synced 2024-09-17 16:47:10 +03:00
Haskell static site generator based on Shake (superseded by Ema)
Go to file
2020-05-11 18:05:20 -04:00
.github/workflows Allow specifying (optional) host along with port 2020-04-09 19:14:00 -04:00
assets Create project site based on Zettelkasten (#148) 2020-04-08 12:26:23 -04:00
bin Allow specifying (optional) host along with port 2020-04-09 19:14:00 -04:00
guide guide: use green theme 2020-05-11 18:05:20 -04:00
src Remove pandoc-include-code 2020-05-08 18:39:29 -04:00
test Support absolute paths only 2020-04-09 20:09:29 -04:00
.gitignore Update guide example 2020-04-10 12:52:31 -04:00
CHANGELOG.md Allow overriding Haskell compiler 2020-05-11 17:36:50 -04:00
CONTRIBUTING.md Handle parsing errors in Pandoc metadata 2019-11-26 21:58:43 -05:00
default.nix Allow overriding Haskell compiler 2020-05-11 17:36:50 -04:00
LICENSE Create LICENSE 2019-11-23 13:50:52 -05:00
README.md Significant expansion to the documentation 2020-04-17 22:03:57 -04:00
rib.cabal Allow overriding Haskell compiler 2020-05-11 17:36:50 -04:00

rib

BSD3 Hackage built with nix Zulip chat

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"'