From 2cd4058ef19002cbb8226f2a28a49658e9dd458c Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 6 Sep 2022 17:13:29 +0200 Subject: adapt from site bynu --- config/ikiwiki.setup.in | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index ed57570..e308962 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -8,5 +8,31 @@ # Remember to remove ikiwiki.setup and re-run make init any time you # edit this file. # -# name of the wiki -wikiname: Example website +# name of the wiki. +wikiname: GOML +adminemail: siri@jones.dk +url: https://goml.biks.dk/ +add_plugins: +- sidebar +- branding +- topbar +- license +disable_plugins: +- editpage +- htmlscrubber +- passwordauth +- openid +- recentchanges +- theme +- httpauth +discussion: 0 +html5: 1 +timezone: Africa/Johannesburg +timeformat: '%A %B %e' +locale: en_ZA.UTF-8 +allowrss: 1 +allowatom: 1 +multimarkdown: 1 +tagbase: tag +tag_autocreate_commit: 0 +#gitorigin_branch: '' -- cgit v1.2.3