X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=doc%2Fikiwiki.setup;h=ae4bbc59ac7e7a93c88c021832cea718c55d7689;hb=32a3bbaf141802274a1455e6f9120d4d556784a9;hp=b65d93a87a7327f52ff46c92bbbd23a1036f532e;hpb=a62b7149a8d4ecec3ce9a38b56bc95f1cf1c4621;p=noc.git diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index b65d93a..ae4bbc5 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -14,7 +14,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: '' @@ -30,6 +30,7 @@ add_plugins: - html - img - pagetemplate +- sidebar # plugins to disable disable_plugins: @@ -64,3 +65,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 \ No newline at end of file