summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
blob: bc1fd9f68ece9ef6bdf890288939a561a923b603 (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
34
35
36
# IkiWiki::Setup::Yaml - YAML formatted setup file

wikiname: GTDFH
url: https://gtdfh.liw.fi/
srcdir: /home/liw/sites/gtdfh.liw.fi/src
destdir: /home/liw/sites/gtdfh.liw.fi/html
html5: true
add_plugins:
- goodstuff
- inline
- attachment
- rename
- tag
- orphans
- brokenlinks
- highlight
- format
- rawhtml
- trail
- pandoc
disable_plugins:
- graphviz
- remove
- smiley
- tidy
- htmltidy
- htmlscrubber
- more
- repolist
timeformat: '%Y-%m-%d %H:%M'
exclude: 'favicon\.ico'
allowed_attachments: mimetype(image/*)
tagbase: tag
rss: true
atom: true
pandoc_filters: "sp-filter"