diff options
-rw-r--r-- | README | 3 | ||||
m--------- | basewiki | 0 | ||||
-rw-r--r-- | ikiwiki.setup | 2 | ||||
m--------- | templates | 0 |
4 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/basewiki b/basewiki -Subproject 6b53960c5bbcf6a43f2e48b0b37a94e1f909b52 +Subproject 0672078ec374131d707ad62f4cadac26ea02484 diff --git a/ikiwiki.setup b/ikiwiki.setup index 5721896..a5fab91 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -43,7 +43,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? diff --git a/templates b/templates -Subproject 5df058b2b3dc6e565ad3b3604263f487ef65f2a +Subproject 03cdb15da3f28c109a1a176d6c3f53cf5e1a18f |