summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: afeda0484e57fddfccb3c9a08051cdf59a3f7ceb (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. - branding
  23. - topbar
  24. - sidebar
  25. - farbar
  26. - footer
  27. - copyright
  28. - linkmap
  29. - attachment
  30. - pagestats
  31. - httpauth
  32. disable_plugins:
  33. - openid
  34. - passwordauth
  35. - search
  36. - theme
  37. - htmlscrubber
  38. discussion: 0
  39. timeformat: '%A d. %e. %B'
  40. locale: da_DK.UTF-8
  41. timezone: Europe/Copenhagen
  42. historyurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=history;f=[[file]]
  43. diffurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]
  44. locked_pages: '*'
  45. multimarkdown: 1
  46. #allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg)))
  47. allowed_attachments: (*.png or *.gif or *.jpg)
  48. tagbase: tag
  49. tag_autocreate_commit: 0