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

32 lines
620 B
Markdown
Raw Normal View History

# notes.srid.ca
My public notes. Kind of a blog and wiki. This will soon be a generic static
site generator based on Shake and Reflex.
## Local server when editing only content
```bash
nix-build -A ghc.notessridca
./result/bin/notessridca serve --watch
```
## ... when hacking on Haskell sources
```bash
2019-07-01 00:41:00 +03:00
nix-shell -A shells.ghc --run "ghcid -T Main.dev"
```
## 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