diff options
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | ikiwiki.setup | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -8,6 +8,9 @@ the following locales: * danish (da) by Jonas Smedegaard <dr@jones.dk> +Additionally, the configuration has been simplified to not mention non-Git VCS +systems, and deprecated placeholder files has been removed from basewiki. + Getting the source ------------------ diff --git a/ikiwiki.setup b/ikiwiki.setup index 0193f6f..4e74039 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -63,7 +63,7 @@ use IkiWiki::Setup::Standard { # create output files named page/index.html? usedirs => 1, # use '!'-prefixed preprocessor directives? - prefix_directives => 0, + prefix_directives => 1, # use page/index.mdwn source files indexpages => 0, # enable Discussion pages? |