summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: d4eee8b2a90cb66c9e443f1d384f10b564179ac5 (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: Omnipresence
  13. adminemail: webmaster@couchdesign.dk
  14. url: http://omni-presence.dk/
  15. #cgiurl: http://omni.kassandra-production.dk/ikiwiki.cgi
  16. add_plugins:
  17. #- search
  18. - sidebar
  19. - branding
  20. - topbar
  21. - copyright
  22. - license
  23. - osm
  24. - graphviz
  25. disable_plugins:
  26. - editpage
  27. - htmlscrubber
  28. - passwordauth
  29. - openid
  30. - recentchanges
  31. - htmlscrubber
  32. discussion: 0
  33. discussionpage: Diskussion
  34. html5: 1
  35. timeformat: '%a %b %e %Y'
  36. locale: en_US.UTF-8
  37. timezone: Europe/Copenhagen
  38. #historyurl: 'http://source.couchdesign.dk/?p=web-omni/content.git;a=history;f=[[file]]'
  39. #diffurl: http://source.couchdesign.dk/?p=web-omni/content.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]
  40. #gitorigin_branch: ''
  41. allowrss: 1
  42. allowatom: 1
  43. multimarkdown: 1
  44. tagbase: tag
  45. tag_autocreate: 1
  46. tag_autocreate_commit: 1