Welcome

Welcome to the Cloud Haskell Wiki. Navigate to specific pages using the links on the left. If you wish to edit or add to the pages in this wiki, read on.

Editing

Editing the wiki is pretty simple. This entire website is stored in a git repository and its dynamic content rendered by github pages using Jekyll. You can clone the repository here. Instructions for using jekyll are available online, but in general it’s just a matter of finding the right markdown file. Wiki content is all located in the wiki subfolder.

Adding new content

New wiki pages need to have some specific fields in their Yaml Front Matter. There is a makefile in the root directory which will create a wiki page for you (in the wiki directory) and populate the front matter for you. Calling the makefile is pretty easy.

make wikipage NAME=<pagename>