aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsimon@4e26c0bdeb57cbb3cc79e234379178f37fa71d06 <simon@web>2019-08-22 07:39:54 -0400
committeradmin <admin@branchable.com>2019-08-22 07:39:54 -0400
commit6617ac4bc7db394000aafacf52872f16a8c7b856 (patch)
tree667cf8f4f343871f41e4ac6f40af6a9e99c714f6 /doc
parentff3e3dcf64c68f5b1fbae8168310876a60478f9c (diff)
downloadikiwiki-6617ac4bc7db394000aafacf52872f16a8c7b856.tar
ikiwiki-6617ac4bc7db394000aafacf52872f16a8c7b856.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn
index 79a6a758c..9d2a7c746 100644
--- a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn
+++ b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn
@@ -79,7 +79,7 @@ Directives, I've written basic implementations of `meta` and `tag`. In both case
`Metadata`, which is really a hash map. I've yet to figure out plumbing that back into Hakyll, though.
I've got an idea of how to handle `template`, but haven't tried coding it up yet. — [[Jon]]
-——-
+-----
Cool, Jon. Have you thought about Shake + pandoc as an interesting alternative to Hakyll,
perhaps a little more lightweight and flexible ? Here’s a [bit of Shake code](https://github.com/simonmichael/hledger/blob/master/Shake.hs#L421)