From 52b67951f1e8a7f1af9b85d4ae8e7689d194574a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 3 Aug 2015 17:43:40 +0200 Subject: Working prototype in hakyll --- provider/templates/default.html | 22 ++++++++++++++++++++++ provider/templates/index.html | 9 +++++++++ provider/templates/post-list.html | 7 +++++++ provider/templates/tag.html | 2 ++ 4 files changed, 40 insertions(+) create mode 100644 provider/templates/default.html create mode 100644 provider/templates/index.html create mode 100644 provider/templates/post-list.html create mode 100644 provider/templates/tag.html (limited to 'provider/templates') diff --git a/provider/templates/default.html b/provider/templates/default.html new file mode 100644 index 0000000..14497b2 --- /dev/null +++ b/provider/templates/default.html @@ -0,0 +1,22 @@ + + + + + + + $if(title)$$title$$endif$ + + + + + +$if(title)$ +
+

dirty-haskell.org: $title$

+
+$endif$ +$body$ + + diff --git a/provider/templates/index.html b/provider/templates/index.html new file mode 100644 index 0000000..0eea806 --- /dev/null +++ b/provider/templates/index.html @@ -0,0 +1,9 @@ +$body$ + + diff --git a/provider/templates/post-list.html b/provider/templates/post-list.html new file mode 100644 index 0000000..4d50d4d --- /dev/null +++ b/provider/templates/post-list.html @@ -0,0 +1,7 @@ + diff --git a/provider/templates/tag.html b/provider/templates/tag.html new file mode 100644 index 0000000..8854cdd --- /dev/null +++ b/provider/templates/tag.html @@ -0,0 +1,2 @@ +$title$$if(rss)$ (RSS)$endif$ +$body$ -- cgit v1.2.3