diff options
author | Siri Reiter <siri@jones.dk> | 2013-12-02 23:55:44 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2013-12-02 23:55:44 +0100 |
commit | a36c2b89e0d13f363f8ead91c9375da39e87bc91 (patch) | |
tree | b56cb82a05ab0f12cfdfceee658d9fc00100af08 | |
parent | 79cb9f347d7cd12e46302fcd5cfd3ebdf8d8deb2 (diff) |
Initial customizations.
-rw-r--r-- | config/ikiwiki.setup.in | 39 |
1 files changed, 39 insertions, 0 deletions
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 |