From edeef66180f24e4254b512041bee617368fa1eba Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 13 Jun 2011 08:43:28 +0200 Subject: Remove examples from this repo --- web/templates/default.html | 72 +++++++++++++++++++++++++++++++++++++++++ web/templates/tutorial.html | 10 ++++++ web/templates/tutorialitem.html | 3 ++ web/templates/tutorials.html | 14 ++++++++ 4 files changed, 99 insertions(+) create mode 100644 web/templates/default.html create mode 100644 web/templates/tutorial.html create mode 100644 web/templates/tutorialitem.html create mode 100644 web/templates/tutorials.html (limited to 'web/templates') diff --git a/web/templates/default.html b/web/templates/default.html new file mode 100644 index 0000000..040292c --- /dev/null +++ b/web/templates/default.html @@ -0,0 +1,72 @@ + + + + + + Hakyll - $title$ + + + + + + + + + + + + + +
+ + + + +
+ $body$ +
+ + +
+ + + + + + + diff --git a/web/templates/tutorial.html b/web/templates/tutorial.html new file mode 100644 index 0000000..6ce60b6 --- /dev/null +++ b/web/templates/tutorial.html @@ -0,0 +1,10 @@ +$body + +

Helping out

+ +Hakyll is an open source project, and one of the hardest parts is writing +correct, up-to-date, and understandable documentation. Therefore, the +authors would really appreciate it if you would +give some feedback about +the tutorials, and especially report errors or difficulties you encountered. +Thanks! diff --git a/web/templates/tutorialitem.html b/web/templates/tutorialitem.html new file mode 100644 index 0000000..01fb298 --- /dev/null +++ b/web/templates/tutorialitem.html @@ -0,0 +1,3 @@ +
  • + $title $what. +
  • diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html new file mode 100644 index 0000000..6cbb4ac --- /dev/null +++ b/web/templates/tutorials.html @@ -0,0 +1,14 @@ +

    Tutorials about Hakyll

    +

    + Here is a list of tutorials I've written about Hakyll: +

    + +

    + All these tutorials assume you are using the latest stable version of + Hakyll. If this is not the case, you might want to update using: +

    ghc-pkg unregister hakyll
    +cabal update
    +cabal install hakyll
    +

    -- cgit v1.2.3