summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: 7afaa3adc578ac478110384166f65bcd3e01b014 (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. - edittemplate
  33. disable_plugins:
  34. - openid
  35. - passwordauth
  36. - search
  37. - theme
  38. - htmlscrubber
  39. discussion: 0
  40. timeformat: '%A d. %e. %B'
  41. locale: da_DK.UTF-8
  42. timezone: Europe/Copenhagen
  43. historyurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=history;f=[[file]]
  44. 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]]
  45. locked_pages: '*'
  46. multimarkdown: 1
  47. #allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg)))
  48. allowed_attachments: (*.png or *.gif or *.jpg)
  49. tagbase: tag
  50. tag_autocreate_commit: 0