blob: 2a25be45aa43164ad23333c092feaace8951d238 (
plain)
- # 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: Birgit Maanestraale
- adminemail: siri@jones.dk
- adminuser:
- - birgit
- - siri
- - jonas
- url: https://www.birgitmaanestraale.dk/
- cgiurl: https://www.birgitmaanestraale.dk/ikiwiki.cgi
- add_plugins:
- - lockedit
- - branding
- - topbar
- - sidebar
- - farbar
- - footer
- - copyright
- - linkmap
- - attachment
- - httpauth
- disable_plugins:
- - passwordauth
- - openid
- discussion: 0
- html5: 0
- timeformat: '%A d. %e. %B'
- locale: da_DK.UTF-8
- hardlink: 1
- timezone: Europe/Copenhagen
- allow_symlinks_before_srcdir: 1
- historyurl: 'https://source.couchdesign.dk/bm/content.git/log/[[file]]'
- diffurl: 'https://source.couchdesign.dk/bm/content.git/diff/[[file]]?id=[[sha1_commit]]'
- #gitorigin_branch: ''
- gitmaster_branch: master
- htmlscrubber_skip: '*'
- locked_pages: '*'
- multimarkdown: 1
- allowed_attachments: maxsize(2mb) and (*.png or *.gif or *.jpg or *.pdf)
- typographyattributes: ie
- tagbase: tag
- tag_autocreate_commit: 1
|