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

wikiname: Subplot
url: https://subplot.liw.fi
srcdir: .
destdir: ../html
add_plugins:
- goodstuff
- inline
- tag
- orphans
- brokenlinks
- trail
- toc
- pandoc
disable_plugins:
- smiley
- rawhtml
- html
- tidy
- more
- table
- toggle
- repolist
html5: yes
timeformat: '%Y-%m-%d %H:%M'
exclude: 'favicon\.ico'
allowed_attachments: mimetype(image/*)
tagbase: tag
discussion: no
allowrss: yes
allowatom: yes
rss: yes
atom: yes
pandoc_filters: "./pandoc-filter"