summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: 85a75f44240a77ed8cc01e2edb4342976cbed802 (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. - https://www.google.com/accounts/o8/id?id=AItOawnDHAqtpGqONpXAXWdnqqWFjeWgcsojN3g
  16. - http://sirireiter.dk/
  17. url: http://bynu.biks.dk/
  18. cgiurl: http://bynu.biks.dk/ikiwiki.cgi
  19. add_plugins:
  20. - lockedit
  21. - branding
  22. - topbar
  23. - sidebar
  24. - farbar
  25. - footer
  26. - copyright
  27. - linkmap
  28. - attachment
  29. - pagestats
  30. disable_plugins:
  31. - passwordauth
  32. - search
  33. - theme
  34. - htmlscrubber
  35. discussion: 0
  36. timeformat: '%A d. %e. %B'
  37. locale: da_DK.UTF-8
  38. timezone: Europe/Copenhagen
  39. historyurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=history;f=[[file]]
  40. 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]]
  41. locked_pages: '*'
  42. multimarkdown: 1
  43. #allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg)))
  44. allowed_attachments: (*.png or *.gif or *.jpg)
  45. tagbase: tag
  46. tag_autocreate_commit: 1