rib

Haskell static site generator based on Shake, with a delightful development experience.


Keywords
library, web, Propose Tags , Rib, Rib.Extra.CSS, Rib.Extra.OpenGraph, Rib.Parser.Dhall, Rib.Parser.MMark, Rib.Parser.Pandoc, clay, haskell, lucid, shake, static-site-generator
License
BSD-3-Clause
Install
cabal install rib

Documentation

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'