diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-19 16:58:55 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-19 16:58:55 +0000 |
commit | 389ad222ec2e0457106339fb71713dad7b95f80e (patch) | |
tree | 0012a3aaacf6e8823dd3abe5e2c62ded51845660 /doc/ikiwiki.setup | |
parent | 9e1c79e58824814eb3de721176813ea79cbc518c (diff) | |
download | ikiwiki-389ad222ec2e0457106339fb71713dad7b95f80e.tar ikiwiki-389ad222ec2e0457106339fb71713dad7b95f80e.tar.gz |
* Add userdir config setting.
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index f7bf81bc9..d23010fd5 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -91,6 +91,8 @@ use IkiWiki::Setup::Standard { # Logging settings: verbose => 0, syslog => 0, + # To link to user pages in a subdirectory of the wiki. + #userdir => "users", # To add plugins, list them here. #add_plugins => [qw{goodstuff openid search wikitext camelcase |