diff options
-rw-r--r-- | config/ikiwiki.setup.in | 39 | ||||
m--------- | shared | 0 |
2 files changed, 38 insertions, 1 deletions
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 diff --git a/shared b/shared -Subproject f1803ec4389989609571ab78387c9252bbc9078 +Subproject f9eebd954696aa86fe4acd810d85757947d21a6 |