25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 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. ('Games', '/pages/games.html'),
  19. ('Education', '/pages/education.html'),
  20. ('About', '/pages/about.html'),
  21. )
  22. DISPLAY_PAGES_ON_MENU = False
  23. # Blogroll
  24. #LINKS = (
  25. # ('OGS Mahjong', '/pages/ogs-mahjong.html'),
  26. #)
  27. #PROJECTS = (
  28. # ('OGS Mahjong', '/pages/ogs-mahjong.html'),
  29. # ('OGS Editor', '/pages/ogs-editor.html'),
  30. # ('OpenSceneGraph guide', '/pages/openscenegraph-guide.html'),
  31. #)
  32. # Social widget
  33. #SOCIAL = (('You can add links in your config file', '#'),
  34. # ('Another social link', '#'),)
  35. DEFAULT_PAGINATION = 10
  36. # Uncomment following line if you want document-relative URLs when developing
  37. #RELATIVE_URLS = True
  38. ARTICLE_PATHS = ['articles']
  39. # Custom TuxLite ZF based theme.
  40. THEME="theme"
  41. SHARE_BUTTONS = ['twitter']
  42. #TAG_CLOUD = False
  43. #PLUGIN_PATHS = ["/home/kornerr/p/plugins"]
  44. #PLUGINS = ["tag_cloud"]
  45. #tag_cloud = ['abc']