1
1
mirror of https://github.com/srid/rib.git synced 2024-11-27 01:12:09 +03:00
rib/README.md
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

549 B

notes.srid.ca

My public notes. Kind of a blog and wiki.

Local server when editing content

nix-build -A ghc.notessridca
./result/bin/notessridca serve --watch

Hacking on Main.hs

nix-shell -A shells.ghc --run "ghcid -T 'Main.runApp (Main.Serve 8080 True)'"

TODO

  • Use my own jsonCache' and drop dependency on Slick
  • Literate haskell
    • Include rendered Main.lhs as a post in notes.srid.ca

Article Ideas

  • Github CI for OSS haskell projects
  • Lens and friends
  • mtl
  • string types
  • personal nix cache