# 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: Byvandring Nu adminemail: paul@hartvigson.dk adminuser: - paul - jonas - siri url: http://bynu.biks.dk/ cgiurl: http://bynu.biks.dk/ikiwiki.cgi add_plugins: - lockedit - sidebar2 - copyright - linkmap - attachment - pagestats - httpauth - edittemplate disable_plugins: - openid - passwordauth - search - theme - htmlscrubber - sidebar discussion: 0 timeformat: '%A d. %e. %B' locale: da_DK.UTF-8 timezone: Europe/Copenhagen historyurl: 'https://source.couchdesign.dk/bynu/content.git/log/[[file]]' diffurl: 'https://source.couchdesign.dk/bynu/content.git/diff/[[file]]?id=[[sha1_commit]]' 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: 0 tag_autocreate_commit: 0 global_sidebars: [ "sidebar", "sidebar", "*", "farbar", "farbar", "*", "topbar", "topbar", "*", "footer", "footer", "*", "branding", "branding", "*" ]