summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-12 11:03:14 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-12 11:03:14 +0300
commit82120f4bfe3ebf2f7de71555a2ab3986f369700a (patch)
tree11e8f65c20fb7b2269c1da223e35a9c65ef4fd39 /ikiwiki.setup
parent8e3363f5dcb551b38d381d11c4dbab0c0e34bb83 (diff)
downloadsubplot.liw.fi-82120f4bfe3ebf2f7de71555a2ab3986f369700a.tar.gz
Change: use the new Subplot Pandoc filter instead of Fable's
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup5
1 files changed, 4 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 9e465ac..1248bca 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -6,6 +6,7 @@ srcdir: .
destdir: ../html
add_plugins:
- goodstuff
+- img
- inline
- tag
- orphans
@@ -18,6 +19,8 @@ disable_plugins:
- rawhtml
- html
- tidy
+- htmltidy
+- htmlscrubber
- more
- table
- toggle
@@ -32,4 +35,4 @@ allowrss: yes
allowatom: yes
rss: yes
atom: yes
-pandoc_filters: "./pandoc-filter"
+pandoc_filters: "sp-filter"