diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-05-27 17:58:47 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-05-27 17:58:47 +0200 |
commit | 5849ab36c784eebc6f0d9ae2ff7efe91c2f6e4ac (patch) | |
tree | 9f2fabd7eabf67bf7986fbb0f582b8a20c7c9544 /examples | |
parent | d004dc19996c5d1a96a36c46c2580c3f0db33261 (diff) | |
download | hakyll-5849ab36c784eebc6f0d9ae2ff7efe91c2f6e4ac.tar.gz |
README for examples
Diffstat (limited to 'examples')
-rw-r--r-- | examples/README.markdown | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/README.markdown b/examples/README.markdown new file mode 100644 index 0000000..e253e9d --- /dev/null +++ b/examples/README.markdown @@ -0,0 +1,14 @@ +Hakyll examples +=============== + +In order of increasing complexity: + + brochure/ A very simple brochure site + morepages/ Slightly more complicated brochure site with partials + simpleblog/ A simple blog + feedblog/ Adds an RSS feed to the simple blog + tagblog/ Adds tags to the simple blog + +In no real category: + + hakyll/ The hakyll website (some custom pandoc options) |