diff options
-rw-r--r-- | config/ikiwiki.setup.in | 46 |
1 files changed, 35 insertions, 11 deletions
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index ed57570..6e386ab 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -1,12 +1,36 @@ # 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: Genskabet +adminemail: siri@jones.dk +adminuser: +- siri +url: https://genskabet.oroe.dk/ +cgiurl: https://genskabet.oroe.dk/ikiwiki.cgi +add_plugins: +- search +- sidebar +- branding +- topbar +- copyright +- license +- osm +disable_plugins: +- editpage +- htmlscrubber +- passwordauth +- openid +- recentchanges +- theme +discussion: 0 +html5: 1 +timeformat: '%A d. %e. %B' +locale: da_DK.UTF-8 +timezone: Europe/Copenhagen +#historyurl: 'https://source.couchdesign.dk/genskabet/content.git/log/[[file]]' +historyurl: '' +#diffurl: https://source.couchdesign.dk/genskabet/content.git/diff/[[file]]?id=[[sha1_sum]]' +diffurl: '' +allowrss: 1 +allowatom: 1 +multimarkdown: 1 +tagbase: tag +tag_autocreate_commit: 0 |