summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: 12fe426c45e8021dbc9efd574ca51e2562c28ba4 (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. - topbar
  12. - sidebar
  13. - farbar
  14. - copyright
  15. - license
  16. - po
  17. - lockedit
  18. - wmd
  19. - map
  20. - linkmap
  21. - aggregate
  22. - html
  23. - graphviz
  24. disable_plugins:
  25. - htmlscrubber
  26. - passwordauth
  27. - theme
  28. html5: 0
  29. timeformat: '%c'
  30. locale: en_US.UTF-8
  31. hardlink: 1
  32. timezone: Europe/Copenhagen
  33. allow_symlinks_before_srcdir: 1
  34. historyurl: http://source.jones.dk/?p=jones/content.git;a=history;f=[[file]]
  35. diffurl: http://source.jones.dk/?p=jones/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]
  36. gitorigin_branch: ''
  37. gitmaster_branch: master
  38. htmlscrubber_skip: '!*/Discussion'
  39. allowrss: 1
  40. allowatom: 1
  41. #anonok_pagespec: '*/discussion'
  42. locked_pages: '!*/Discussion'
  43. multimarkdown: 1
  44. nodiscount: 1
  45. po_master_language: en|English
  46. po_slave_languages:
  47. - da|Dansk
  48. po_translatable_pages: '* and !*/talk/* and !emdebian/fb/*'
  49. po_link_to: negotiated
  50. aggregateinternal: 1
  51. tagbase: tag
  52. tag_autocreate_commit: 1