From d56088dd3ef4b1899012dab7c456c1286b7e9eb9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Sep 2018 12:56:06 +0300 Subject: Add: ikiwiki.setup --- ikiwiki.setup | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ikiwiki.setup diff --git a/ikiwiki.setup b/ikiwiki.setup new file mode 100644 index 0000000..8757eba --- /dev/null +++ b/ikiwiki.setup @@ -0,0 +1,36 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file + +wikiname: vmdb2 +url: https://vmdb2.liw.fi +srcdir: . +destdir: /home/liw/sites/vmdb2.liw.fi/html +add_plugins: +- goodstuff +- inline +- attachment +- remove +- rename +- tag +- orphans +- brokenlinks +- trail +- sidebar +- toc +- highlight +- format +- 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