From 812228489f9a4c0a15cc4a8a83ded660f154525b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 7 Jan 2017 23:03:02 +0200 Subject: First chapter and site infra setup --- ikiwiki.setup | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ikiwiki.setup (limited to 'ikiwiki.setup') diff --git a/ikiwiki.setup b/ikiwiki.setup new file mode 100644 index 0000000..a069287 --- /dev/null +++ b/ikiwiki.setup @@ -0,0 +1,15 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file + +wikiname: Hacker Noir +srcdir: /home/liw/sites/noir.liw.fi/src +destdir: /home/liw/sites/noir.liw.fi/html +html5: true +add_plugins: +- goodstuff +- meta +disable_plugins: +- smiley +- rawhtml +- html +timeformat: '%Y-%m-%d %H:%M' +exclude: 'favicon\.ico' -- cgit v1.2.1