From 8ebe8634dbbaaa6624d5bf35443470f13d4621a6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 10 Oct 2017 17:00:28 +0300 Subject: Add: ikiwiki.setup, for liw's personal use --- ikiwiki.setup | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 ikiwiki.setup (limited to 'ikiwiki.setup') diff --git a/ikiwiki.setup b/ikiwiki.setup new file mode 100644 index 0000000..5460f20 --- /dev/null +++ b/ikiwiki.setup @@ -0,0 +1,35 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file + +wikiname: Ick - continuous integration +url: http://ick.liw.fi +srcdir: . +destdir: /home/liw/tmp/ick.liw.fi +add_plugins: +- goodstuff +- inline +- attachment +- remove +- rename +- tag +- orphans +- brokenlinks +- trail +- sidebar +- toc +- highlight +- format +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