diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2010-05-18 09:23:23 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-05-18 09:23:23 +0000 |
commit | 284038fbbf09a55ae23ebeca03f8ff4487ce7ef6 (patch) | |
tree | e4e240490221f0f43f57bb95c431496c623603ae /doc | |
parent | 1f974b3517b3601e5014fcb0a383f980b4953a8c (diff) |
tag as done
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/multiple_template_directories.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/todo/multiple_template_directories.mdwn b/doc/todo/multiple_template_directories.mdwn index b8b9651b9..6a474b4f3 100644 --- a/doc/todo/multiple_template_directories.mdwn +++ b/doc/todo/multiple_template_directories.mdwn @@ -52,3 +52,22 @@ I have a use case for this, a site composed of blogs and wikis, templates divide >> --[[Joey]] >>>Thanks, I didn't realize this was possible. Problem solved. -- Changaco + +>>>> We can consider this [[done]], then. For reference, the solution +>>>> to the hierarchy I mentioned above would be: +>>>> +>>>> all your sites have $your_underlay as an underlay +>>>> +>>>> the blogs and wikis all have $blog_underlay or $wiki_underlay +>>>> (as appropriate) as a higher priority underlay +>>>> +>>>> every ikiwiki in the world (/usr/share/ikiwiki/templates) +>>>> \--- your site ($your_underlay/templates, or templatedir) +>>>> \--- your blogs ($blog_underlay/templates) +>>>> \--- travel blog ($srcdir/templates) +>>>> \--- code blog ($srcdir/templates) +>>>> \--- your wikis ($wiki_underlay/templates) +>>>> \--- travel wiki ($srcdir/templates) +>>>> \--- code wiki ($srcdir/templates) +>>>> +>>>> --[[smcv]] |