From 8f069bf32ded4ad79be865c57677e31bb9355728 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 20 Jan 2017 04:42:43 +0100 Subject: Adapt config. --- config/ikiwiki.setup.in | 44 +++++++++++++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index ed57570..bd5f032 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -1,12 +1,34 @@ # IkiWiki::Setup::Yaml - YAML formatted setup file -# -# Seed info for creating ikiwiki setup file. -# -# Passing this to ikiwiki --setup ... --dumpsetup will make ikiwiki -# generate its setup file. -# -# Remember to remove ikiwiki.setup and re-run make init any time you -# edit this file. -# -# name of the wiki -wikiname: Example website +wikiname: Omnipresence +adminemail: webmaster@couchdesign.dk +url: http://omni.kassandra-production.dk/ +cgiurl: http://omni.kassandra-production.dk/ikiwiki.cgi +add_plugins: +- search +- sidebar +- branding +- topbar +- copyright +- license +- osm +disable_plugins: +- editpage +- htmlscrubber +- passwordauth +- openid +- recentchanges +discussion: 0 +discussionpage: Diskussion +html5: 1 +timeformat: '%A d. %e. %B' +locale: da_DK.UTF-8 +timezone: Europe/Copenhagen +historyurl: 'http://source.couchdesign.dk/?p=web-omni/content.git;a=history;f=[[file]]' +diffurl: http://source.couchdesign.dk/?p=web-omni/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]] +#gitorigin_branch: '' +allowrss: 1 +allowatom: 1 +multimarkdown: 1 +tagbase: tag +tag_autocreate: 1 +tag_autocreate_commit: 1 -- cgit v1.2.3