summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2019-11-25 22:12:34 +0100
committerSiri Reiter <siri@jones.dk>2019-11-25 22:12:34 +0100
commitd9b9c5dd0684bce0ef9a9de4d68a217e07b1e797 (patch)
tree29151173f800361861b3d769d728720570491ef0
parent32dc2265ae1bab2dc108db58bd9e628f1b06c4ee (diff)
Modernize setup.
-rw-r--r--config/ikiwiki.setup.in19
1 files 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