From ee7a946441cf6166398337d1cd9f39a552f15460 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 22 May 2021 09:49:51 +0300 Subject: chore: add ikiwiki.setup --- ikiwiki.setup | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 ikiwiki.setup diff --git a/ikiwiki.setup b/ikiwiki.setup new file mode 100644 index 0000000..9de88a7 --- /dev/null +++ b/ikiwiki.setup @@ -0,0 +1,38 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file + +wikiname: vmadm +url: https://vmadm.liw.fi +srcdir: . +destdir: ../html +add_plugins: +- goodstuff +- img +- inline +- tag +- orphans +- brokenlinks +- trail +- toc +- pandoc +disable_plugins: +- smiley +- rawhtml +- html +- tidy +- htmltidy +- htmlscrubber +- 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: "subplot-filter" -- cgit v1.2.1