1
1
mirror of https://github.com/srid/rib.git synced 2024-11-26 13:50:31 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Sridhar Ratnakumar
09801138be
Vastly simplify configuration (#19)
Drop the `Settings` ADT in favour of passing Shake's `Action` directly.

Also change source and destination directories to `a` and `b` for clarity and remove subjectivity in defaults.
2019-07-14 11:17:48 -04:00
Sridhar Ratnakumar
a836a292ea Flesh out example in README 2019-07-02 09:27:37 -04:00
Sridhar Ratnakumar
2f07e71165
Isolate library and executable (#11)
* Split library and executable

* Abstract out pandoc stuff from example

* Put example content under ./example

* Simplify HTML render configuration
2019-07-01 18:14:01 -04:00
Sridhar Ratnakumar
235b7cbd98
blaze & mustache -> reflex-dom (#8)
Include our own pandoc AST renderer, and skylighting handling.

Remove all static files except images.
2019-06-30 11:50:14 -04:00
Sridhar Ratnakumar
65f1dfa5c4
Obelisk -> static site generator (#3)
* Drop obelisk files

* Add example of Slick

* Add articles to Slick's layout

* remove chris

* develop instructions
2019-06-20 19:16:03 -04:00
Sridhar Ratnakumar
50a762797c Initial commit 2019-06-17 18:20:49 -04:00