diff options
author | jmtd <jmtd@web> | 2019-08-25 17:04:57 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2019-08-25 17:04:57 -0400 |
commit | 430f69034f7c9f64325ef48da3b3eaf0d685dcc5 (patch) | |
tree | 74d8d45bb3b3d895d456d0069dae124e2bec573e /doc/todo | |
parent | 6617ac4bc7db394000aafacf52872f16a8c7b856 (diff) | |
download | ikiwiki-430f69034f7c9f64325ef48da3b3eaf0d685dcc5.tar ikiwiki-430f69034f7c9f64325ef48da3b3eaf0d685dcc5.tar.gz |
I've not looked at Shake yet, thanks, I'll give it a look! — [[Jon]]
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn index 9d2a7c746..851fdbe1f 100644 --- a/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn +++ b/doc/todo/rewrite_ikiwiki_in_haskell/discussion.mdwn @@ -84,3 +84,5 @@ I've got an idea of how to handle `template`, but haven't tried coding it up yet 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]] |