diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-23 16:10:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-23 16:14:33 -0400 |
commit | 7e79da76332b93214a7d9a5c91bc046db4219ee2 (patch) | |
tree | 5c38f313f26095ea6296af5d7527af74f23fc9cc /doc/usage.mdwn | |
parent | 83703d2f4a8832155e3c111792489062ccc4793b (diff) | |
download | ikiwiki-7e79da76332b93214a7d9a5c91bc046db4219ee2.tar ikiwiki-7e79da76332b93214a7d9a5c91bc046db4219ee2.tar.gz |
template docu reorg
Remove wikitemplates page; fold its contents into templates page.
Update all backlinks. Document new ability to put templates inside srcdir.
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r-- | doc/usage.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 2e12517ea..9cf61cc6c 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -120,10 +120,11 @@ also be configured using a setup file. * --templatedir dir - Specify the directory that the page [[templates|wikitemplates]] are stored in. + Specify the directory that [[templates|templates]] are stored in. Default is `/usr/share/ikiwiki/templates`, or another location as configured at build time. If the templatedir is changed, missing templates will still - be searched for in the default location as a fallback. + be searched for in the default location as a fallback. Templates can also be + placed in the "templates/" subdirectory of the srcdir. Note that if you choose to copy and modify ikiwiki's templates, you will need to be careful to keep them up to date when upgrading to new versions of |