From 011e962e33ee9e01f45430aced599f3b4ff9682f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Jul 2021 10:44:00 +0300 Subject: initial content Sponsored-by: author --- ikiwiki.setup | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ikiwiki.setup (limited to 'ikiwiki.setup') diff --git a/ikiwiki.setup b/ikiwiki.setup new file mode 100644 index 0000000..5bff5f1 --- /dev/null +++ b/ikiwiki.setup @@ -0,0 +1,40 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file + +wikiname: ewww +url: https://ewww.liw.fi +srcdir: . +destdir: ../html +add_plugins: +- goodstuff +- img +- inline +- tag +- orphans +- brokenlinks +- toc +- pandoc +disable_plugins: +- trail +- smiley +- rawhtml +- html +- tidy +- htmltidy +- htmlscrubber +- more +- table +- toggle +- repolist +- recentchanges +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" +templatedir: templates -- cgit v1.2.1