diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-07-05 11:22:28 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-07-05 11:22:28 +0200 |
commit | 3b1725c54266c943367a3c1add34c6bbb8e8749f (patch) | |
tree | bebb790e092722b0a08c73b915785a2d1336bfb1 | |
parent | 1de0bbdfe8c79a12a5cc7ac5e1ee88543799d3ed (diff) |
Customize.master-da
-rw-r--r-- | config/ikiwiki.setup.in | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index ed57570..76dc060 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -9,4 +9,32 @@ # edit this file. # # name of the wiki -wikiname: Example website +wikiname: Langdalgaard +adminemail: kontakt@langdalgard.dk +adminuser: +- elise +- jonas +- siri +url: https://langdalgaard.dk/ +cgiurl: http://langdalgaard.dk/ikiwiki.cgi +add_plugins: +- lockedit +- topbar +- sidebar +- footer +- httpauth +disable_plugins: +- openid +- passwordauth +- search +- theme +discussion: 0 +timeformat: '%A d. %e. %B' +locale: da_DK.UTF-8 +timezone: Europe/Copenhagen +historyurl: http://source.couchdesign.dk/?p=langd/content.git;a=history;f=[[file]] +diffurl: http://source.couchdesign.dk/?p=langd/content.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]] +locked_pages: '*' +multimarkdown: 1 +tagbase: tag +tag_autocreate_commit: 0 |