summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: 8e474f0e451a747fc01ed135a29838e5d5e05f41 (plain)
  1. # IkiWiki::Setup::Yaml - YAML formatted setup file
  2. wikiname: IT-guide dr. Jones
  3. adminemail: dr@jones.dk
  4. adminuser:
  5. - http://dr.jones.dk/
  6. - http://sirireiter.dk/
  7. url: http://dr.jones.dk/
  8. cgiurl: http://dr.jones.dk/ikiwiki.cgi
  9. add_plugins:
  10. - search
  11. - branding
  12. - topbar
  13. - sidebar
  14. - farbar
  15. - copyright
  16. - license
  17. - po
  18. - lockedit
  19. - wmd
  20. - map
  21. - linkmap
  22. - aggregate
  23. - rawhtml
  24. - graphviz
  25. disable_plugins:
  26. - htmlscrubber
  27. - passwordauth
  28. - theme
  29. html5: 0
  30. timeformat: '%a %b %e %Y'
  31. locale: C.UTF-8
  32. hardlink: 1
  33. timezone: Europe/Copenhagen
  34. allow_symlinks_before_srcdir: 1
  35. historyurl: http://source.jones.dk/?p=jones/content.git;a=history;f=[[file]]
  36. diffurl: http://source.jones.dk/?p=jones/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]
  37. #gitorigin_branch: ''
  38. gitmaster_branch: master
  39. htmlscrubber_skip: '!*/Discussion'
  40. allowrss: 1
  41. allowatom: 1
  42. #anonok_pagespec: '*/discussion'
  43. locked_pages: '!*/Discussion'
  44. multimarkdown: 1
  45. nodiscount: 1
  46. po_master_language: en|English
  47. po_slave_languages:
  48. - da|Dansk
  49. po_translatable_pages: '* and !*/talk/* and !emdebian/fb/* and !activities*'
  50. po_link_to: negotiated
  51. aggregateinternal: 1
  52. tagbase: /
  53. tag_autocreate_commit: 1