diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-27 00:48:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-27 00:48:06 +0000 |
commit | 1e5cd11635ef45e8223f56b952c8636d993e5908 (patch) | |
tree | 7c2b2a3dc1e36e82b5fb7af47118b00396bb6910 /doc/ikiwiki.setup | |
parent | b4fa92f9e74d48281f285b4a682ec41e24e686db (diff) | |
download | ikiwiki-1e5cd11635ef45e8223f56b952c8636d993e5908.tar ikiwiki-1e5cd11635ef45e8223f56b952c8636d993e5908.tar.gz |
* Add a libdir config option to let ikiwiki load perl modules, including
plugins, from a user-configurable directory.
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 a772ca60b..9d2859a86 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -109,6 +109,8 @@ use IkiWiki::Setup::Standard { # htmltidy fortune sidebar map rst anonok}], # If you want to disable any of the default plugins, list them here. #disable_plugins => [qw{inline htmlscrubber passwordauth openid}], + # To add a directory to the perl searh path, use this. + #libdir => "/home/me/.ikiwiki/", # For use with the tag plugin, make all tags be located under a # base page. |