You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.3KB

  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*- #
  3. from __future__ import unicode_literals
  4. AUTHOR = u'Opensource Game Studio'
  5. SITENAME = u'Opensource Game Studio'
  6. SITEURL = 'http://localhost:8000'
  7. PATH = 'content'
  8. TIMEZONE = 'Asia/Novosibirsk'
  9. DEFAULT_LANG = u'en'
  10. # Feed generation is usually not desired when developing
  11. FEED_ALL_ATOM = None
  12. CATEGORY_FEED_ATOM = None
  13. TRANSLATION_FEED_ATOM = None
  14. AUTHOR_FEED_ATOM = None
  15. AUTHOR_FEED_RSS = None
  16. # Menu
  17. MENUITEMS = (
  18. ('Projects', '/pages/projects.html'),
  19. ('About', '/pages/about.html'),
  20. )
  21. DISPLAY_PAGES_ON_MENU = False
  22. # Blogroll
  23. #LINKS = (
  24. # ('OGS Mahjong', '/pages/ogs-mahjong.html'),
  25. #)
  26. #PROJECTS = (
  27. # ('OGS Mahjong', '/pages/ogs-mahjong.html'),
  28. # ('OGS Editor', '/pages/ogs-editor.html'),
  29. # ('OpenSceneGraph guide', '/pages/openscenegraph-guide.html'),
  30. #)
  31. # Social widget
  32. #SOCIAL = (('You can add links in your config file', '#'),
  33. # ('Another social link', '#'),)
  34. DEFAULT_PAGINATION = 10
  35. # Uncomment following line if you want document-relative URLs when developing
  36. #RELATIVE_URLS = True
  37. ARTICLE_PATHS = ['articles']
  38. # Custom TuxLite ZF based theme.
  39. THEME="theme"
  40. SHARE_BUTTONS = ['twitter']
  41. #TAG_CLOUD = False
  42. #PLUGIN_PATHS = ["/home/kornerr/p/plugins"]
  43. #PLUGINS = ["tag_cloud"]
  44. #tag_cloud = ['abc']