X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9e6a4ccfddab3fc90ac8ce63522047fe85aeefcd..833610a5b4b2ebcb96c25751bef173d85f767522:/doc/ikiwiki.setup diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 997dcd18e..7813eb822 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -133,6 +133,8 @@ use IkiWiki::Setup::Standard { # Attempt to make hardlinks to source files instead of copying them. # Useful if the wiki contains large media files. #hardlink => 1, + # Enable use of multimarkdown features in .mdwn files. + #multimarkdown => 1, # To add plugins, list them here. #add_plugins => [qw{goodstuff search wikitext camelcase @@ -183,4 +185,6 @@ use IkiWiki::Setup::Standard { #amazon_s3_prefix => "wiki/", # Uncomment to use the S3 European datacenter. #amazon_s3_location => "EU", + # Uncomment if you need to store each index file twice. + #amazon_s3_dupindex => 1, }