diff options
author | Josh Triplett <josh@freedesktop.org> | 2008-02-06 21:25:30 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2008-02-06 21:25:30 -0800 |
commit | 9c6b6df76a835a8b55e5812208233dafb7c68929 (patch) | |
tree | 31f2666f41e9e8e4e0639eef46fcacf8e38ef5b7 | |
parent | 1bcfef8be8064cd85c9ab260bfddf0032d568c51 (diff) | |
download | ikiwiki-9c6b6df76a835a8b55e5812208233dafb7c68929.tar ikiwiki-9c6b6df76a835a8b55e5812208233dafb7c68929.tar.gz |
Add commented example of prefix_directives to sample 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 c96a45f78..3532a4e6b 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -128,6 +128,8 @@ use IkiWiki::Setup::Standard { # Default settings for the recentchanges page. #recentchangespage => "recentchanges", #recentchangesnum => 100, + # Use new '!'-prefixed directive syntax + #prefix_directives => 0, # To add plugins, list them here. #add_plugins => [qw{goodstuff search wikitext camelcase |