1
1
mirror of https://github.com/srid/rib.git synced 2024-11-30 03:45:00 +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

31 lines
549 B
Markdown

# notes.srid.ca
My public notes. Kind of a blog and wiki.
## Local server when editing content
```bash
nix-build -A ghc.notessridca
./result/bin/notessridca serve --watch
```
## Hacking on Main.hs
```bash
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