blob: fc4637aec53374d23f164c89c227a459f07d85d5 (
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: Stadsvandring.dk
- adminemail: paul@hartvigson.dk
- adminuser:
- - paul
- - jonas
- - siri
- url: http://stadsvandring.dk/
- cgiurl: http://stadsvandring.dk/ikiwiki.cgi
- add_plugins:
- - lockedit
- - branding
- - topbar
- - sidebar
- - farbar
- - footer
- - copyright
- - linkmap
- - attachment
- - pagestats
- - httpauth
- disable_plugins:
- - openid
- - passwordauth
- - search
- - theme
- - htmlscrubber
- discussion: 0
- timeformat: '%A d. %e. %B'
- locale: sv_SE.UTF-8
- timezone: Europe/Copenhagen
- historyurl: http://source.couchdesign.dk/?p=bynu-sv/content.git;a=history;f=[[file]]
- diffurl: http://source.couchdesign.dk/?p=bynu-sv/content.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]
- locked_pages: '*'
- multimarkdown: 1
- #allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg)))
- allowed_attachments: (*.png or *.gif or *.jpg)
- tagbase: tag
- tag_autocreate_commit: 1
|