X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=doc%2Fikiwiki.setup;h=b5afafb65290fefd0abe54d3b30564d310fc1f26;hb=3a49eb17a290395084211597a614e8fe4f6f8938;hp=ced80df45db5697bd9afad8ee84a396b64c65554;hpb=e53b7fa960eb9bdc15c7380fd619c22263bde29c;p=noc.git diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index ced80df..b5afafb 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. @@ -8,13 +9,13 @@ # Remember to re-run ikiwiki --setup any time you edit this file. # # name of the wiki -wikiname: Realraum NOC -- documentation +wikiname: Realraum NOC — documentation # contact email for wiki 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 +28,12 @@ gitorigin_branch: '' rcs: git # plugins to add to the default configuration add_plugins: -- favicon - html - img - map - pagetemplate +- sidebar +- typography # plugins to disable disable_plugins: @@ -41,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' @@ -59,13 +61,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