diff options
| author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-02-27 17:24:28 +0100 |
|---|---|---|
| committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-02-27 17:24:28 +0100 |
| commit | d980dd48ba958caf74c351c8e4797276efc724e1 (patch) | |
| tree | 46e2883a46ca54e4b6aa33d9e01f6da46c9e23af /examples | |
| parent | 37bed02f480db4d671ac78e6aec3e697164d9a7e (diff) | |
| download | hakyll-d980dd48ba958caf74c351c8e4797276efc724e1.tar.gz | |
Minor tweaks on site, made PagePath a newtype.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/hakyll/index.markdown | 7 | ||||
| -rw-r--r-- | examples/hakyll/templates/default.html | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/examples/hakyll/index.markdown b/examples/hakyll/index.markdown index 7549d45..b7ecbe3 100644 --- a/examples/hakyll/index.markdown +++ b/examples/hakyll/index.markdown @@ -4,9 +4,10 @@ title: Home ## Overview -Hakyll is a [Haskell](http://haskell.org) library for generating static sites. -It is written in a very configurable way and uses an -[xmonad](http://xmonad.org)-like DSL for configuration. +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. ## Why static site generators? diff --git a/examples/hakyll/templates/default.html b/examples/hakyll/templates/default.html index 916b0c3..9bcd33a 100644 --- a/examples/hakyll/templates/default.html +++ b/examples/hakyll/templates/default.html @@ -11,7 +11,7 @@ <link rel="stylesheet" type="text/css" href="css/syntax.css" /> <!-- Metadata. --> - <meta name="keywords" content="hakyll,static site generator,static,site,generator,haskell"/> + <meta name="keywords" content="hakyll,static site generator,static,site,generator,haskell,blog"/> <meta name="description" content="Hakyll - A Static Site Generator in Haskell."/> </head> <body> |
