summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-19 21:23:18 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-19 21:23:18 +0300
commit6b2974f78e24429c97cb83f277c24c1051ac2b30 (patch)
treed259d0e8df0b70b5714c49c951decb46d5968c47
parent231d195f8e753c9cf5ad75f0e47b88ac344edb62 (diff)
downloadvmdb2.liw.fi-6b2974f78e24429c97cb83f277c24c1051ac2b30.tar.gz
Change: use ikiwiki pandoc filter with subplot
-rw-r--r--ikiwiki.setup9
1 files changed, 7 insertions, 2 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 8757eba..a7f87fd 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -8,7 +8,6 @@ add_plugins:
- goodstuff
- inline
- attachment
-- remove
- rename
- tag
- orphans
@@ -18,12 +17,17 @@ add_plugins:
- toc
- highlight
- format
-- graphviz
+- pandoc
disable_plugins:
- smiley
- rawhtml
- html
- tidy
+- tidy
+- htmltidy
+- htmlscrubber
+- remove
+- graphviz
html5: yes
timeformat: '%Y-%m-%d %H:%M'
exclude: 'favicon\.ico'
@@ -34,3 +38,4 @@ allowrss: yes
allowatom: yes
rss: yes
atom: yes
+pandoc_filters: "sp-filter"