X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=doc%2Fikiwiki.setup;h=ae4bbc59ac7e7a93c88c021832cea718c55d7689;hb=44a2c82805c1ae901a5cd9f0df9326750f9d9016;hp=b1bf71e7683ddbc562a982f58f3cfe6c0e037708;hpb=680599b451872efd59fa22645a0db84a14069046;p=noc.git diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index b1bf71e..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: '' @@ -27,11 +27,10 @@ gitorigin_branch: '' rcs: git # plugins to add to the default configuration add_plugins: -- favicon - html - img -- map - pagetemplate +- sidebar # plugins to disable disable_plugins: @@ -59,13 +58,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 \ No newline at end of file