summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
blob: be73a4eec2533614057bd0fd3d119accb4ae0364 (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

wikiname: External brain
srcdir: /home/liw/Journal/src
destdir: /home/liw/Journal/journal-html
html5: true
add_plugins:
- goodstuff
- inline
- attachment
- rename
- tag
- orphans
- brokenlinks
- trail
- highlight
- format
- pandoc
- rawhtml
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
pandoc_filters: "sp-filter"