1
1
mirror of https://github.com/srid/rib.git synced 2024-11-25 19:54:33 +03:00
Haskell static site generator based on Shake (superseded by Ema)
Go to file
2019-06-22 15:52:15 -04:00
app Initial site design (#4) 2019-06-22 10:34:03 -04:00
site Improve nix tutorial 2019-06-22 15:52:15 -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 Obelisk -> static site generator (#3) 2019-06-20 19:16:03 -04:00
README.md Initial site design (#4) 2019-06-22 10:34:03 -04:00
Setup.hs Obelisk -> static site generator (#3) 2019-06-20 19:16:03 -04:00

Explaining Haskell

Source code for my planned "Explaining Haskell" documentation project wherein I would explain the various Haskell concepts that I have come to understand since 2018.

TODO

  • Think of first article to write
  • DOING: Write it
  • DOING: Static site generation (Slick)
  • Deploy to production
  • Share and get feedback on first article

Article Ideas

See site/drafts/ for existing stubs. In addition, consider these ideas:

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

Running

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