X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/ff3e3dcf64c68f5b1fbae8168310876a60478f9c..651cdd4b2a85f4e5f9d298a7eea7d0e6d94442b1:/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn diff --git a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn index 79a6a758c..851fdbe1f 100644 --- a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn +++ b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn @@ -79,8 +79,10 @@ 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) I use for rendering wiki-like pages. —[[Simon Michael]] + +> I've not looked at Shake yet, thanks, I'll give it a look! — [[Jon]]