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
or with nixnix-shell -p '(haskellPackages.ghcWithPackages (pkgs: with pkgs; [ hakyll ]))'
- clone this repo
- cd into
default_theme
- compile
ghc --make site.hs
- run server with
./site watch
- 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_theme
and add an option to the dropdown menu in default.html - test it out, then push your changes up and open a pull request