summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: e30896284c11405a7c719d4e2041a91b5f49ab81 (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: GOML
  13. adminemail: siri@jones.dk
  14. url: https://goml.biks.dk/
  15. add_plugins:
  16. - sidebar
  17. - branding
  18. - topbar
  19. - license
  20. disable_plugins:
  21. - editpage
  22. - htmlscrubber
  23. - passwordauth
  24. - openid
  25. - recentchanges
  26. - theme
  27. - httpauth
  28. discussion: 0
  29. html5: 1
  30. timezone: Africa/Johannesburg
  31. timeformat: '%A %B %e'
  32. locale: en_ZA.UTF-8
  33. allowrss: 1
  34. allowatom: 1
  35. multimarkdown: 1
  36. tagbase: tag
  37. tag_autocreate_commit: 0
  38. #gitorigin_branch: ''