hakyll/web/index.markdown
Jasper Van der Jeugt efab53729d Update website a bit
2011-06-13 18:26:04 +02:00

1.2 KiB

title
Home

Overview

Hakyll is a Haskell library for generating static sites, mostly aimed at small-to-medium sites and personal blogs. It is written in a very configurable way and uses an xmonad-like DSL for configuration.

Integration with pandoc gives us markdown and TeX support, including syntax highlighting and other goodies.

The Hakyll System

Write your content in whatever format you prefer

Write your content

Create compilation rules in a Haskell EDSL

Write your rules

Compile it to HTML and upload it!

Compile it

Hakyll 3

Hakyll 3 has been released, and it can be installed by running cabal install hakyll. For a limited time (but as long as is necessary) you can access the old site and documentation here.

Getting Started

You can get the latest version from hackage using cabal install hakyll. Then, you can: