X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=doc%2Fikiwiki.setup;h=ffdf47552c9e0153047f46e32b1d68a71994e7d3;hb=2da7b9ef8e1cf46229359728e64e616e7dfbc08b;hp=b65d93a87a7327f52ff46c92bbbd23a1036f532e;hpb=a62b7149a8d4ecec3ce9a38b56bc95f1cf1c4621;p=noc.git diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index b65d93a..ffdf475 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,10 @@ rcs: git add_plugins: - html - img +- map - pagetemplate +- sidebar +- typography # plugins to disable disable_plugins: @@ -39,7 +43,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' @@ -64,3 +68,9 @@ 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