summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: 5d7e7bc37662ca123688f06a34898805b93038c9 (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: Langdalgaard
  13. adminemail: kontakt@langdalgard.dk
  14. adminuser:
  15. - elise
  16. - jonas
  17. - siri
  18. url: https://langdalgaard.dk/
  19. cgiurl: https://langdalgaard.dk/ikiwiki.cgi
  20. add_plugins:
  21. - lockedit
  22. - branding
  23. - topbar
  24. - sidebar
  25. - footer
  26. - httpauth
  27. disable_plugins:
  28. - openid
  29. - passwordauth
  30. - search
  31. - theme
  32. html5: 1
  33. discussion: 0
  34. timeformat: '%e. %B %Y'
  35. locale: da_DK.UTF-8
  36. timezone: Europe/Copenhagen
  37. historyurl: http://source.couchdesign.dk/?p=langd/content.git;a=history;f=[[file]]
  38. diffurl: http://source.couchdesign.dk/?p=langd/content.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]
  39. locked_pages: '*'
  40. multimarkdown: 1
  41. tagbase: /
  42. tag_autocreate_commit: 0