From d9b9c5dd0684bce0ef9a9de4d68a217e07b1e797 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 25 Nov 2019 22:12:34 +0100 Subject: Modernize setup. --- config/ikiwiki.setup.in | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index 1b1fb0f..70e5bcf 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -1,10 +1,10 @@ # IkiWiki::Setup::Yaml - YAML formatted setup file -wikiname: Mejeriet +wikiname: Genskabet adminemail: siri@jones.dk adminuser: -- http://sirireiter.dk/ -url: http://mejeriet.oroe.dk/ -cgiurl: http://mejeriet.oroe.dk/ikiwiki.cgi +- siri +url: https://genskabet.oroe.dk/ +cgiurl: https://genskabet.oroe.dk/ikiwiki.cgi add_plugins: - search - sidebar @@ -21,19 +21,14 @@ disable_plugins: - recentchanges - theme discussion: 0 -discussionpage: Diskussion html5: 1 timeformat: '%A d. %e. %B' locale: da_DK.UTF-8 timezone: Europe/Copenhagen -#historyurl: 'http://source.mejeriet.oroe.dk/?p=website/content.git;a=history;f=[[file]]' -historyurl: -#diffurl: http://source.mejeriet.oroe.dk/?p=website/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]] -diffurl: -#gitorigin_branch: '' +historyurl: 'https://source.couchdesign.dk/genskabet/content.git/log/[[file]]' +diffurl: https://source.couchdesign.dk/genskabet/content.git/diff/[[file]]?id=[[sha1_sum]]' allowrss: 1 allowatom: 1 multimarkdown: 1 tagbase: tag -tag_autocreate: 1 -tag_autocreate_commit: 1 +tag_autocreate_commit: 0 -- cgit v1.2.3