From e2250086ea691c4be93565de78ab1ebff57499e3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 8 Sep 2019 16:32:26 +0300 Subject: Add: ikiwiki.setup --- ikiwiki.setup | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ikiwiki.setup (limited to 'ikiwiki.setup') diff --git a/ikiwiki.setup b/ikiwiki.setup new file mode 100644 index 0000000..6c2131c --- /dev/null +++ b/ikiwiki.setup @@ -0,0 +1,30 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file + +wikiname: Subplot +url: https://subplot.liw.fi +srcdir: . +destdir: /home/liw/sites/subplot.liw.fi/html +add_plugins: +- goodstuff +- inline +- tag +- orphans +- brokenlinks +- trail +- toc +- graphviz +disable_plugins: +- smiley +- rawhtml +- html +- tidy +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 -- cgit v1.2.1