diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-01-20 04:42:43 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-01-20 04:42:43 +0100 |
commit | 8f069bf32ded4ad79be865c57677e31bb9355728 (patch) | |
tree | 42bf00649df7e7ad7c7433c38a9c3bd069718c11 | |
parent | 8718431b6266fe18fabf6c290a397b1e23b45562 (diff) |
Adapt config.
-rw-r--r-- | config/ikiwiki.setup.in | 44 |
1 files 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 |