diff options
author | Siri Reiter <siri@pjones.dk> | 2022-09-06 17:13:29 +0200 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2022-09-06 17:13:29 +0200 |
commit | 2cd4058ef19002cbb8226f2a28a49658e9dd458c (patch) | |
tree | d2ef6e61491dafcf679a064dba1afb545b098055 /config/ikiwiki.setup.in | |
parent | cf0da4d184082c278cd808d16f8c75b427d833a1 (diff) |
adapt from site bynu
Diffstat (limited to 'config/ikiwiki.setup.in')
-rw-r--r-- | config/ikiwiki.setup.in | 30 |
1 files 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: '' |