torwachter: rm d3 key as he does no longer want access as told by ruru. Also better...
[noc.git] / doc / ikiwiki.setup
1 # -*- mode: yaml -*-
2 # IkiWiki::Setup::Yaml - YAML formatted setup file
3 #
4 # Setup file for ikiwiki.
5 #
6 # Passing this to ikiwiki --setup will make ikiwiki generate
7 # wrappers and build the wiki.
8 #
9 # Remember to re-run ikiwiki --setup any time you edit this file.
10 #
11 # name of the wiki
12 wikiname: Realraum NOC — documentation
13 # contact email for wiki
14 adminemail: noc@realraum.at
15 # where the source of the wiki is located
16 srcdir: .
17 # where to build the wiki
18 destdir: dest/
19
20 # base url to the wiki; keep empty for local builds (with relpaths)
21 url: ''
22 # url to the ikiwiki.cgi; keep empty for disabling
23 cgiurl: ''
24 # Do not autopush
25 gitorigin_branch: ''
26
27 # rcs backend to use
28 rcs: git
29 # plugins to add to the default configuration
30 add_plugins:
31 - html
32 - img
33 - map
34 - pagetemplate
35 - sidebar
36 - typography
37
38 # plugins to disable
39 disable_plugins:
40 - htmlscrubber
41
42 # additional directory to search for template files
43 templatedir: /usr/share/ikiwiki/templates
44
45 # base wiki source location
46 underlaydir: /var/empty
47
48 # use '!'-prefixed preprocessor directives?
49 prefix_directives: '1'
50
51 # use page/index.mdwn source files
52 indexpages: '0'
53
54 # generate HTML5?
55 html5: '1'
56
57 # extension to use for html files
58 htmlext: html
59
60 # strftime format string to display date
61 timeformat: '%c'
62
63 # UTF-8 locale to use
64 locale: en_US.UTF-8
65
66 # how many backlinks to show before hiding excess (0 to show all)
67 numbacklinks: '10'
68
69 # attempt to hardlink source files? (optimisation for large files)
70 hardlink: '0'
71
72 # Do not do foo/index.html
73 usedirs: '0'
74
75 # Do not try to compile dest/
76 exclude: ^dest