Description: This collection of styles aims to help haskell bloggers set up beautiful blogs with Hakyll static site generator by showcasing available themes.
Auhor: Katherine Chuang @katychuang
===
To preview the themes, you can follow these steps
- Install hakyll
cabal install hakyll - clone this repo
- cd into
default_theme - run server with
./site preview(the source for it comes from site.hs)
- fork the site on github
- if you have a custom site.hs or template files and assets, create a new directory.
- if you're using the out of the box site.hs and template files: add the file to the css directory under
default_themeand add an option to the dropdown menu in default.html - test it out, then push your changes up and open a pull request