summaryrefslogtreecommitdiff
path: root/web/index.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 18:26:04 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 18:26:04 +0200
commitefab53729d95cc69a8205bb691db9c12e9e06096 (patch)
tree30def121f2d7907ffa8e7ebbdca7b213fc8b3016 /web/index.markdown
parentea694663e1e2ed2781001996c0a2cc2c2e5fdbbb (diff)
downloadhakyll-efab53729d95cc69a8205bb691db9c12e9e06096.tar.gz
Update website a bit
Diffstat (limited to 'web/index.markdown')
-rw-r--r--web/index.markdown16
1 files changed, 8 insertions, 8 deletions
diff --git a/web/index.markdown b/web/index.markdown
index ee44cf3..a65a5c5 100644
--- a/web/index.markdown
+++ b/web/index.markdown
@@ -2,7 +2,7 @@
title: Home
---
-## Overview
+# 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
@@ -12,32 +12,32 @@ configuration.
Integration with [pandoc](http://johnmacfarlane.net/pandoc/) gives us markdown
and TeX support, including syntax highlighting and other goodies.
-## The Hakyll System
+# The Hakyll System
-### Write your content in whatever format you prefer
+## Write your content in whatever format you prefer
![Write your content](/images/hakyll-system-1.png)
-### Create compilation rules in a Haskell EDSL
+## Create compilation rules in a Haskell EDSL
![Write your rules](/images/hakyll-system-2.png)
-### Compile it to HTML and upload it!
+## Compile it to HTML and upload it!
![Compile it](/images/hakyll-system-3.png)
-## Hakyll 3
+# 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](/hakyll2).
-## Getting Started
+# Getting Started
You can get the latest version from hackage using `cabal install hakyll`. Then,
you can:
-- read the [tutorial](/tutorial.html);
+- read the [tutorials](/tutorials.html);
- mail the [google discussion group](http://groups.google.com/group/hakyll);
- ask questions on the IRC channel: `#hakyll` on
[freenode](http://freenode.net/).