diff options
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) |