summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"