blob: 7071ddd6ba2bde184b192b0178237b9d6fb24cfe (
plain) (
blame)
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
34
35
36
37
|
# IkiWiki::Setup::Yaml - YAML formatted setup file
adminemail: julian.kongslie@gmail.com
allow_symlinks_before_srcdir: 0
allowatom: 1
allowrss: 1
atom: 1
default_plugins:
- inline
- link
- listdirectives
- mdwn
- meta
- table
- trail
destdir: /srv/www/writing
ENV:
TZ: US/Pacific
gitorigin_branch: ""
hardlink: 0
html5: 1
htmlext: html
indexpages: 0
locale: en_US.UTF-8
numbacklinks: 0
prefix_directives: 1
rcs: git
rss: 1
srcdir: .
templatedir: /usr/share/ikiwiki/templates
timeformat: '%c'
timezone: US/Pacific
underlaydir: /var/empty
url: http://www.jblake.org/writing/
usedirs: 1
wiki_file_chars: '-[:alnum:]+/.:_'
wikiname: writing
|