From d4b7081d0a61af1e2e1b4bb2376102e6a89841d5 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 27 Feb 2015 14:17:05 +0100 Subject: Add config, and customize README. --- config/ikiwiki.setup.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/ikiwiki.setup.in (limited to 'config') diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in new file mode 100644 index 0000000..3cd53ed --- /dev/null +++ b/config/ikiwiki.setup.in @@ -0,0 +1,17 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file +wikiname: Blanksøgård +adminemail: webmaster@bitbase.dk +url: http://bsg.biks.dk/ +cgiurl: http://bsg.biks.dk/ikiwiki.cgi +add_plugins: +- httpauth +- sidebar +- table +disable_plugins: +- passwordauth +- openid +- search +locale: da_DK.UTF-8 +timezone: Europe/Copenhagen +historyurl: http://source.couchdesign.dk/?p=jones/content.git;a=history;f=[[file]] +diffurl: http://source.couchdesign.dk/?p=jones/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]] -- cgit v1.2.3