Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 546 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 546 Bytes

Repository of my personal blog written in hakyll

image of schnizle.in (http://schnizle.in)

Features

  • sitemap & feet (schnizle.hs)
  • related links (Schnizle/Field.hs)
  • additional links (Schnizle/Field.hs)
  • haml support (Schnizle/Haml.hs)
  • sass support (hakyll-sass)

Install

Is fairly simple...

   git clone https://github.com/felixsch/schnizle.git
   sudo gem install haml
   cd schnizle
   cabal install --dependencies-only
   ./schnizle p

have fun!