aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 01:16:53 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 01:16:53 +0000
commit1612dce6bbb050eacf6843b972ffaf9816d724be (patch)
tree5afb84c3676ba8423773215e6c41e9401814cb75 /doc/ikiwiki.setup
parent4de235a385bf569e95d3902c7a1f688b5fbf0d44 (diff)
downloadikiwiki-1612dce6bbb050eacf6843b972ffaf9816d724be.tar
ikiwiki-1612dce6bbb050eacf6843b972ffaf9816d724be.tar.gz
* Add a htmlext config option, this can be used to make ikiwiki generate
html files with a different extension.
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r--doc/ikiwiki.setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup
index 12df4507f..a772ca60b 100644
--- a/doc/ikiwiki.setup
+++ b/doc/ikiwiki.setup
@@ -86,6 +86,8 @@ use IkiWiki::Setup::Standard {
# To exclude files matching a regexp from processing. This adds to
# the default exclude list.
#exclude => qr/*\.wav/,
+ # To change the extension used for generated html files.
+ #htmlext => '.htm',
# Time format (for strftime)
#timeformat => '%c',
# Locale to use. Must be a UTF-8 locale.