diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2010-11-08 12:02:36 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-08 12:02:36 +0000 |
commit | 93e15cc84f47a1340f8bd06d7056ba423fe510bb (patch) | |
tree | b985efa4cd0580b807bf373ca5e1c3df0185273e /doc/plugins | |
parent | 408af2bb9e10d2ed899e17f9814a5514c0254dc8 (diff) |
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/autoindex/discussion.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins/autoindex/discussion.mdwn b/doc/plugins/autoindex/discussion.mdwn index a48fe9df1..d8b9be6e0 100644 --- a/doc/plugins/autoindex/discussion.mdwn +++ b/doc/plugins/autoindex/discussion.mdwn @@ -1,6 +1,11 @@ Would it be possible to add an option to only generate the index files for the html output and not place the markdown files in the wiki source? +> Or better still, add a mechanism for ikiwiki to hold transient source +> pages in memory and render them as if they existed, without actually +> writing them out, as [[JoeRayhawk]] suggests below? I think +> add_autofile would be the way to do this. --[[smcv]] + The reason being that I have a lot of directories which need to be autoindexed, but I would prefer if the index files didn't clutter up my git repository. |