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
2019-06-22 17:49:26 -04:00
app Make this my primary website (#5) 2019-06-22 17:30:21 -04:00
site Add link to main site 2019-06-22 17:49:26 -04:00
.gitignore Obelisk -> static site generator (#3) 2019-06-20 19:16:03 -04:00
default.nix Obelisk -> static site generator (#3) 2019-06-20 19:16:03 -04:00
package.yaml Make this my primary website (#5) 2019-06-22 17:30:21 -04:00
README.md Make this my primary website (#5) 2019-06-22 17:30:21 -04:00
Setup.hs Obelisk -> static site generator (#3) 2019-06-20 19:16:03 -04:00

notes.srid.ca

My public notes. Kind of a blog and wiki.

TODO

  • Migrate from gitbook
  • Publish first Haskell article (nix tutorial)
  • Write default.nix that automates everything (including autoreload)

Article Ideas

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

Running

nix-build
./result/bin/notessridca site
nix-shell -p nodePackages.serve --run 'serve dist'