summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: 2a25be45aa43164ad23333c092feaace8951d238 (plain)
  1. # IkiWiki::Setup::Yaml - YAML formatted setup file
  2. #
  3. # Seed info for creating ikiwiki setup file.
  4. #
  5. # Passing this to ikiwiki --setup ... --dumpsetup will make ikiwiki
  6. # generate its setup file.
  7. #
  8. # Remember to remove ikiwiki.setup and re-run make init any time you
  9. # edit this file.
  10. #
  11. # name of the wiki
  12. wikiname: Birgit Maanestraale
  13. adminemail: siri@jones.dk
  14. adminuser:
  15. - birgit
  16. - siri
  17. - jonas
  18. url: https://www.birgitmaanestraale.dk/
  19. cgiurl: https://www.birgitmaanestraale.dk/ikiwiki.cgi
  20. add_plugins:
  21. - lockedit
  22. - branding
  23. - topbar
  24. - sidebar
  25. - farbar
  26. - footer
  27. - copyright
  28. - linkmap
  29. - attachment
  30. - httpauth
  31. disable_plugins:
  32. - passwordauth
  33. - openid
  34. discussion: 0
  35. html5: 0
  36. timeformat: '%A d. %e. %B'
  37. locale: da_DK.UTF-8
  38. hardlink: 1
  39. timezone: Europe/Copenhagen
  40. allow_symlinks_before_srcdir: 1
  41. historyurl: 'https://source.couchdesign.dk/bm/content.git/log/[[file]]'
  42. diffurl: 'https://source.couchdesign.dk/bm/content.git/diff/[[file]]?id=[[sha1_commit]]'
  43. #gitorigin_branch: ''
  44. gitmaster_branch: master
  45. htmlscrubber_skip: '*'
  46. locked_pages: '*'
  47. multimarkdown: 1
  48. allowed_attachments: maxsize(2mb) and (*.png or *.gif or *.jpg or *.pdf)
  49. typographyattributes: ie
  50. tagbase: tag
  51. tag_autocreate_commit: 1