summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: 053ec0fd148925a5ba55587bdacdc56cbed8908c (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. - footer
  22. - copyright
  23. - license
  24. - osm
  25. - graphviz
  26. disable_plugins:
  27. - editpage
  28. - htmlscrubber
  29. - passwordauth
  30. - openid
  31. - recentchanges
  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