1
1
mirror of https://github.com/srid/rib.git synced 2024-11-27 01:12:09 +03:00
rib/README.md
Sridhar Ratnakumar 98e5a05857
Initial site design (#4)
* Remove sidebar and some stuff

* Remove all the css spam

* Remove ".html" suffix from post URLs

Gonna use node's serve package to serve these.

* Get rid of "posts/" directory

Just put files in root.

* use SemUI

* Header and footer tweaks

* More semui, header ...

* Add breadcrumb

* More UI simplification

* Pretty things using ribbons

* Post listing, with description
2019-06-22 10:34:03 -04:00

687 B

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'