From a36c2b89e0d13f363f8ead91c9375da39e87bc91 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 2 Dec 2013 23:55:44 +0100 Subject: Initial customizations. --- config/ikiwiki.setup.in | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 config/ikiwiki.setup.in diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in new file mode 100644 index 0000000..17cda09 --- /dev/null +++ b/config/ikiwiki.setup.in @@ -0,0 +1,39 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file +wikiname: cityseeing.dk +adminemail: paul@hartvigson.dk +adminuser: +- https://www.google.com/accounts/o8/id?id=AItOawnDHAqtpGqONpXAXWdnqqWFjeWgcsojN3g +- http://sirireiter.dk/ +- http://dr.jones.dk/ +url: http://cityseeing.dk/ +cgiurl: http://cityseeing.dk/ikiwiki.cgi +add_plugins: +- lockedit +- search +- branding +- topbar +- sidebar +- farbar +- footer +- copyright +- linkmap +- attachment +disable_plugins: +- passwordauth +- theme +discussion: 0 +timeformat: '%A %B %e' +locale: en_US.UTF-8 +timezone: Europe/Copenhagen +historyurl: http://source.bynu.biks.dk/?p=cs/content.git;a=history;f=[[file]] +diffurl: http://source.bynu.biks.dk/?p=cs/content.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]] +htmlscrubber_skip: '*' +allowrss: 1 +allowatom: 1 +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: maxsize(2mb) and (*.png or *.gif or *.jpg) +tagbase: tag +tag_autocreate_commit: 1 +typographyattributes: 3 -- cgit v1.2.3