This is the source for http://www.learnyou.org/ .
It's written mostly in Markdown, and compiled into a static HTML site using a Haskell script. The Haskell script uses a Haskell library called Hakyll. If you're familiar with Ruby's Jekyll, or Python's Hyde, Hakyll is the Haskell analog.
The file hierarchy is explained in main.hs
.
-
stack setup && stack build -j 5
This will build the Haskell script needed to build the site. It takes a long time.
-
stack exec -- website rebuild && stack exec -- website serve
-
firefox http://localhost:8000
- IRC:
pharpend
on FreeNode and OFTC - Email:
[email protected]