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