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.

102 lines
2.4KB

  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. # Blogroll
  17. LINKS = (('Pelican', 'http://getpelican.com/'),
  18. ('Python.org', 'http://python.org/'),
  19. ('Jinja2', 'http://jinja.pocoo.org/'),
  20. ('You can modify those links in your config file', '#'),)
  21. # Social widget
  22. SOCIAL = (('You can add links in your config file', '#'),
  23. ('Another social link', '#'),)
  24. DEFAULT_PAGINATION = 10
  25. # Uncomment following line if you want document-relative URLs when developing
  26. #RELATIVE_URLS = True
  27. DISPLAY_PAGES_ON_MENU = True
  28. ARTICLE_PATHS = ['articles']
  29. # Somewhat working.
  30. #THEME="/home/kornerr/p/pelican-themes/basic"
  31. # translations: pages only
  32. # pagination: ok
  33. # index: ok
  34. #THEME="/home/kornerr/p/pelican-themes/bootstrap"
  35. # translations: no
  36. # pagination: ok
  37. # index: ok
  38. #THEME="/home/kornerr/p/pelican-themes/bootlex"
  39. # translations: no
  40. # pagination: ok
  41. # index: no
  42. #THEME="/home/kornerr/p/pelican-themes/bricks"
  43. # translations: only pages, not posts
  44. # pagination: ok
  45. # index: ok
  46. #THEME="/home/kornerr/p/pelican-themes/cebong"
  47. # translations: only posts, not pages
  48. # pagination: ok
  49. # index: no
  50. #THEME="/home/kornerr/p/pelican-themes/dev-random"
  51. # translations: only posts, not pages
  52. # pagination: ok
  53. # index: ok
  54. #THEME="/home/kornerr/p/pelican-themes/dev-random2"
  55. # translations: only posts, not pages
  56. # pagination: ok
  57. # index: ok
  58. #THEME="/home/kornerr/p/pelican-themes/gum"
  59. # translations: ok
  60. # pagination: ok
  61. # index: ok
  62. #THEME="/home/kornerr/p/pelican-themes/plumage"
  63. # translations: ok
  64. # pagination: ok
  65. # index: no
  66. #THEME="/home/kornerr/p/pelican-themes/simple-bootstrap"
  67. # translations: ok
  68. # pagination: ok
  69. # index: no
  70. #THEME="/home/kornerr/p/pelican-themes/tuxlite_tbs"
  71. # translations: ok
  72. # pagination: ok
  73. # index: no
  74. #THEME="/home/kornerr/p/pelican-themes/tuxlite_zf"
  75. # translations: ok
  76. # pagination: ok
  77. # index: no
  78. #THEME="/home/kornerr/p/pelican-themes/zurb-F5-basic"
  79. # Fully functional.
  80. THEME="/home/kornerr/p/ogstudio-pelican-theme"
  81. SHARE_BUTTONS = ['twitter']
  82. #TAG_CLOUD = False
  83. #PLUGIN_PATHS = ["/home/kornerr/p/plugins"]
  84. #PLUGINS = ["tag_cloud"]
  85. #tag_cloud = ['abc']