From 46abbf6484a04a04bafdf2736e475b60448b622f Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 2 Dec 2013 23:26:33 +0100 Subject: Enable attachments and multimarkdown. Set git URLs. Limit typography to avoid american quotes. --- config/ikiwiki.setup.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index 0ec3e77..c29ab3b 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -15,6 +15,7 @@ add_plugins: - footer - copyright - linkmap +- attachment disable_plugins: - passwordauth - search @@ -23,6 +24,11 @@ discussion: 0 timeformat: '%A d. %e. %B' locale: da_DK.UTF-8 timezone: Europe/Copenhagen +historyurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=history;f=[[file]] +diffurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]] locked_pages: '*' +multimarkdown: 1 +allowed_attachments: virusfree() and maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg))) tagbase: tag tag_autocreate_commit: 1 +typographyattributes: ie -- cgit v1.2.3