]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Suggest shake
authorsimon@4e26c0bdeb57cbb3cc79e234379178f37fa71d06 <simon@web>
Thu, 22 Aug 2019 11:36:03 +0000 (07:36 -0400)
committeradmin <admin@branchable.com>
Thu, 22 Aug 2019 11:36:03 +0000 (07:36 -0400)
doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn

index ccad6435163adc1882ac20da99fa91ce4744385a..79a6a758c7665b0686a237b08ddbbc0e95d80eff 100644 (file)
@@ -78,3 +78,9 @@ the page-linking rules are not yet implemented (the wiki link target is passed t
 Directives, I've written basic implementations of `meta` and `tag`. In both cases, I build up Hakyll
 `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]]