summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: b9f42a9963fa9025cb5bc16e4f53fdab9ac8d89b (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. - topbar
  23. - sidebar
  24. - footer
  25. - httpauth
  26. disable_plugins:
  27. - openid
  28. - passwordauth
  29. - search
  30. - theme
  31. html5: 1
  32. discussion: 0
  33. timeformat: '%e. %B %Y'
  34. locale: da_DK.UTF-8
  35. timezone: Europe/Copenhagen
  36. historyurl: http://source.couchdesign.dk/?p=langd/content.git;a=history;f=[[file]]
  37. 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]]
  38. locked_pages: '*'
  39. multimarkdown: 1
  40. tagbase: /
  41. tag_autocreate_commit: 0