From fb228dbb58de313478de3199b0bc0b01764d2f90 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 9 Oct 2020 08:50:14 +0300 Subject: build: add ikiwiki.setup --- ikiwiki.setup | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ikiwiki.setup diff --git a/ikiwiki.setup b/ikiwiki.setup new file mode 100644 index 0000000..98d198f --- /dev/null +++ b/ikiwiki.setup @@ -0,0 +1,31 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file + +wikiname: GTDFH +srcdir: /home/liw/sites/gtdfh.liw.fi/src +destdir: /home/liw/sites/gtdfh.liw.fi/html +html5: true +add_plugins: +- goodstuff +- inline +- attachment +- rename +- tag +- orphans +- brokenlinks +- highlight +- format +- rawhtml +- trail +disable_plugins: +- graphviz +- remove +- smiley +- tidy +- htmltidy +- htmlscrubber +- more +- repolist +timeformat: '%Y-%m-%d %H:%M' +exclude: 'favicon\.ico' +allowed_attachments: mimetype(image/*) +tagbase: tag -- cgit v1.2.1