summaryrefslogtreecommitdiff
path: root/config/ikiwiki.setup.in
blob: 8fa2bcee99cc9820f1ec4d4ab1e6bd06d0a45066 (plain)
  1. # IkiWiki::Setup::Yaml - YAML formatted setup file
  2. wikiname: Byvandring Nu
  3. adminemail: paul@hartvigson.dk
  4. adminuser:
  5. - https://www.google.com/accounts/o8/id?id=AItOawnDHAqtpGqONpXAXWdnqqWFjeWgcsojN3g
  6. - http://sirireiter.dk/
  7. url: http://bynu.biks.dk/
  8. cgiurl: http://bynu.biks.dk/ikiwiki.cgi
  9. add_plugins:
  10. - lockedit
  11. - branding
  12. - topbar
  13. - sidebar
  14. - farbar
  15. - footer
  16. - copyright
  17. - linkmap
  18. - attachment
  19. disable_plugins:
  20. - passwordauth
  21. - search
  22. - theme
  23. - htmlscrubber
  24. discussion: 0
  25. timeformat: '%A d. %e. %B'
  26. locale: da_DK.UTF-8
  27. timezone: Europe/Copenhagen
  28. historyurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=history;f=[[file]]
  29. diffurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]
  30. locked_pages: '*'
  31. multimarkdown: 1
  32. #allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg)))
  33. allowed_attachments: maxsize(2mb) and (*.png or *.gif or *.jpg)
  34. tagbase: tag
  35. tag_autocreate_commit: 1