From 03f2d0f49e7762bd46e0135aac285340ae09a130 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 18 Apr 2017 13:54:07 +0200 Subject: Copy from bynu and adjust. --- config/ikiwiki.setup.in | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index ed57570..fc4637a 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -9,4 +9,41 @@ # edit this file. # # name of the wiki -wikiname: Example website +wikiname: Stadsvandring.dk +adminemail: paul@hartvigson.dk +adminuser: +- paul +- jonas +- siri +url: http://stadsvandring.dk/ +cgiurl: http://stadsvandring.dk/ikiwiki.cgi +add_plugins: +- lockedit +- branding +- topbar +- sidebar +- farbar +- footer +- copyright +- linkmap +- attachment +- pagestats +- httpauth +disable_plugins: +- openid +- passwordauth +- search +- theme +- htmlscrubber +discussion: 0 +timeformat: '%A d. %e. %B' +locale: sv_SE.UTF-8 +timezone: Europe/Copenhagen +historyurl: http://source.couchdesign.dk/?p=bynu-sv/content.git;a=history;f=[[file]] +diffurl: http://source.couchdesign.dk/?p=bynu-sv/content.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]] +locked_pages: '*' +multimarkdown: 1 +#allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg))) +allowed_attachments: (*.png or *.gif or *.jpg) +tagbase: tag +tag_autocreate_commit: 1 -- cgit v1.2.3