hakyll/web/index.markdown

38 lines
1 KiB
Markdown
Raw Normal View History

---
title: Home
---
2011-06-13 16:26:04 +00:00
# Overview
Hakyll is a [Haskell](http://haskell.org) 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](http://xmonad.org)-like DSL for
configuration.
2011-05-29 09:43:54 +00:00
Integration with [pandoc](http://johnmacfarlane.net/pandoc/) gives us markdown
and TeX support, including syntax highlighting and other goodies.
2011-06-13 16:26:04 +00:00
# The Hakyll System
2011-06-13 16:26:04 +00:00
## Write your content in whatever format you prefer
2011-05-29 09:43:54 +00:00
![Write your content](/images/hakyll-system-1.png)
2011-06-13 16:26:04 +00:00
## Create compilation rules in a Haskell EDSL
2011-05-29 09:43:54 +00:00
![Write your rules](/images/hakyll-system-2.png)
2011-06-13 16:26:04 +00:00
## Compile it to HTML and upload it!
2011-05-29 09:43:54 +00:00
![Compile it](/images/hakyll-system-3.png)
2011-06-13 16:26:04 +00:00
# Getting Started
2011-03-01 13:47:33 +00:00
You can get the latest version from hackage using `cabal install hakyll`. Then,
you can:
2011-06-13 16:26:04 +00:00
- read the [tutorials](/tutorials.html);
2011-03-01 13:47:33 +00:00
- mail the [google discussion group](http://groups.google.com/group/hakyll);
- ask questions on the IRC channel: `#hakyll` on
[freenode](http://freenode.net/).