1
1
mirror of https://github.com/srid/rib.git synced 2024-11-22 11:23:02 +03:00
Haskell static site generator based on Shake (superseded by Ema)
Go to file
Sridhar Ratnakumar 8c00db5b11
Markdown rendering (#1)
* Import old Markdown code (from revue)

* Upgrade mmaark

* Hook up everything

* Fix most build issues

* Go back to rendering in backend

mmark borks (ghcjs TH bug) on frontend build
2019-06-18 21:43:13 -04:00
.obelisk/impl Begin writing; and developing the app itself 2019-06-17 19:04:04 -04:00
articles Markdown rendering (#1) 2019-06-18 21:43:13 -04:00
backend Markdown rendering (#1) 2019-06-18 21:43:13 -04:00
common Begin writing; and developing the app itself 2019-06-17 19:04:04 -04:00
config Initial commit 2019-06-17 18:20:49 -04:00
dep Markdown rendering (#1) 2019-06-18 21:43:13 -04:00
frontend Markdown rendering (#1) 2019-06-18 21:43:13 -04:00
static Initial commit 2019-06-17 18:20:49 -04:00
.gitignore Initial commit 2019-06-17 18:20:49 -04:00
cabal.project Initial commit 2019-06-17 18:20:49 -04:00
default.nix Markdown rendering (#1) 2019-06-18 21:43:13 -04:00
README.md Markdown rendering (#1) 2019-06-18 21:43:13 -04:00

Explaining Haskell

Source code for my planned "Explaining Haskell" documentation project wherein I would explain the various Haskell concepts that I have come to understand since 2018.

TODO

  • Think of first article to write

  • DOING: Write it

  • DOING: Develop backend & frontend to serve an article

  • Deploy to production

  • Share and get feedback on first article

  • Upgrade mmark (thus megaparsec, etc.)

Article Ideas

See articles/ for existing stubs. In addition, consider these ideas:

  • Github CI for OSS haskell projects