diff options
author | simon@4e26c0bdeb57cbb3cc79e234379178f37fa71d06 <simon@web> | 2019-08-22 07:36:03 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2019-08-22 07:36:03 -0400 |
commit | ff3e3dcf64c68f5b1fbae8168310876a60478f9c (patch) | |
tree | 2c69becc130d05736718c2f5d8eeff8510556574 /doc | |
parent | 450ffb31bc251c708d9f942f436860f90532e3ce (diff) | |
download | ikiwiki-ff3e3dcf64c68f5b1fbae8168310876a60478f9c.tar ikiwiki-ff3e3dcf64c68f5b1fbae8168310876a60478f9c.tar.gz |
Suggest shake
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn index ccad64351..79a6a758c 100644 --- a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn +++ b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn @@ -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]] |