X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=doc%2Fikiwiki.setup;h=bb3407c13087f49e73a62e51942bc1dc6bb2f91c;hb=690c864ffcf396957d4d745e6b8f6aab5818bf3a;hp=13f09252314c23f41c109a98fa29ee74f7b09515;hpb=3eba842e7ae8eff380dcaa1fe8623f07930c5ae7;p=noc.git diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 13f0925..bb3407c 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -1,3 +1,4 @@ +# -*- mode: yaml -*- # IkiWiki::Setup::Yaml - YAML formatted setup file # # Setup file for ikiwiki. @@ -14,7 +15,7 @@ adminemail: noc@realraum.at # where the source of the wiki is located srcdir: . # where to build the wiki -#destdir: ../../doc-dest +destdir: dest/ # base url to the wiki; keep empty for local builds (with relpaths) url: '' @@ -29,7 +30,9 @@ rcs: git add_plugins: - html - img +- map - pagetemplate +- sidebar # plugins to disable disable_plugins: @@ -39,7 +42,7 @@ disable_plugins: templatedir: /usr/share/ikiwiki/templates # base wiki source location -underlaydir: /usr/share/ikiwiki/basewiki +underlaydir: /var/empty # use '!'-prefixed preprocessor directives? prefix_directives: '1' @@ -57,13 +60,16 @@ htmlext: html timeformat: '%c' # UTF-8 locale to use -locale: fr_FR.UTF-8 - -# put user pages below specified page -userdir: '' +locale: en_US.UTF-8 # how many backlinks to show before hiding excess (0 to show all) numbacklinks: '10' # attempt to hardlink source files? (optimisation for large files) hardlink: '0' + +# Do not do foo/index.html +usedirs: '0' + +# Do not try to compile dest/ +exclude: ^dest