mirror of
https://github.com/srid/rib.git
synced 2024-11-26 13:50:31 +03:00
Haskell static site generator based on Shake (superseded by Ema)
ef669dc14e
* Split Main.hs into sensible modules * Update README * intro |
||
---|---|---|
site | ||
src | ||
.gitignore | ||
default.nix | ||
notessridca.cabal | ||
README.md |
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
nix-build -A ghc.notessridca
./result/bin/notessridca serve --watch
... when hacking on Haskell sources
nix-shell -A shells.ghc --run "ghcid -T 'Main.runApp Data.Default.def (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