summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: 30e7c0e4673d53e28edc80f4979dee66486bb86a (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: Byvandring Nu
  13. adminemail: paul@hartvigson.dk
  14. adminuser:
  15. - paul
  16. - jonas
  17. - siri
  18. url: http://bynu.biks.dk/
  19. cgiurl: http://bynu.biks.dk/ikiwiki.cgi
  20. add_plugins:
  21. - lockedit
  22. - sidebar2
  23. - copyright
  24. - linkmap
  25. - attachment
  26. - pagestats
  27. - httpauth
  28. - edittemplate
  29. disable_plugins:
  30. - openid
  31. - passwordauth
  32. - search
  33. - theme
  34. - htmlscrubber
  35. - sidebar
  36. discussion: 0
  37. timeformat: '%A d. %e. %B'
  38. locale: da_DK.UTF-8
  39. timezone: Europe/Copenhagen
  40. historyurl: 'https://source.couchdesign.dk/bynu/content.git/log/[[file]]'
  41. diffurl: 'https://source.couchdesign.dk/bynu/content.git/diff/[[file]]?id=[[sha1_commit]]'
  42. locked_pages: '*'
  43. multimarkdown: 1
  44. #allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg)))
  45. allowed_attachments: (*.png or *.gif or *.jpg)
  46. tagbase: tag
  47. tag_autocreate: 0
  48. tag_autocreate_commit: 0
  49. global_sidebars: [
  50. "sidebar", "sidebar", "*",
  51. "farbar", "farbar", "*",
  52. "topbar", "topbar", "*",
  53. "footer", "footer", "*",
  54. "branding", "branding", "*"
  55. ]