aboutsummaryrefslogtreecommitdiff
path: root/large-blueview.setup
blob: cade0064fc1774480224aec6a09fbc9fbd62d9bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# IkiWiki::Setup::Yaml - YAML formatted setup file
#
# name of the wiki
wikiname: large-blueview
# where the source of the wiki is located
srcdir: large
# where to build the wiki
destdir: dest/large-blueview
# base url to the wiki
url: ''
# rcs backend to use
#rcs: 'git'
# plugins to add to the default configuration
add_plugins:
- album
- theme
theme: blueview
# plugins to disable
disable_plugins:
- openid
# base wiki source location
underlaydir: ikiwiki-dest/share/ikiwiki/basewiki
underlaydirbase: ikiwiki-dest/share/ikiwiki
# template dir
templatedir: ikiwiki/templates
# create output files named page/index.html?
usedirs: 1
# display verbose messages?
verbose: 1
# generate HTML5?
html5: 0
# attempt to hardlink source files? (optimisation for large files)
hardlink: 0