Prettify
This commit is contained in:
@@ -19,82 +19,41 @@ TRANSLATION_FEED_ATOM = None
|
|||||||
AUTHOR_FEED_ATOM = None
|
AUTHOR_FEED_ATOM = None
|
||||||
AUTHOR_FEED_RSS = None
|
AUTHOR_FEED_RSS = None
|
||||||
|
|
||||||
|
# Menu
|
||||||
|
MENUITEMS = (
|
||||||
|
('Projects', '/pages/projects.html'),
|
||||||
|
('About', '/pages/about.html'),
|
||||||
|
)
|
||||||
|
DISPLAY_PAGES_ON_MENU = False
|
||||||
|
|
||||||
# Blogroll
|
# Blogroll
|
||||||
LINKS = (('Pelican', 'http://getpelican.com/'),
|
#LINKS = (
|
||||||
('Python.org', 'http://python.org/'),
|
# ('OGS Mahjong', '/pages/ogs-mahjong.html'),
|
||||||
('Jinja2', 'http://jinja.pocoo.org/'),
|
#)
|
||||||
('You can modify those links in your config file', '#'),)
|
PROJECTS = (
|
||||||
|
('OGS Mahjong', '/pages/ogs-mahjong.html'),
|
||||||
|
('OGS Editor', '/pages/ogs-editor.html'),
|
||||||
|
('OpenSceneGraph guide', '/pages/openscenegraph-guide.html'),
|
||||||
|
)
|
||||||
|
|
||||||
# Social widget
|
# Social widget
|
||||||
SOCIAL = (('You can add links in your config file', '#'),
|
#SOCIAL = (('You can add links in your config file', '#'),
|
||||||
('Another social link', '#'),)
|
# ('Another social link', '#'),)
|
||||||
|
|
||||||
DEFAULT_PAGINATION = 10
|
DEFAULT_PAGINATION = 10
|
||||||
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
#RELATIVE_URLS = True
|
#RELATIVE_URLS = True
|
||||||
|
|
||||||
DISPLAY_PAGES_ON_MENU = True
|
|
||||||
|
|
||||||
ARTICLE_PATHS = ['articles']
|
ARTICLE_PATHS = ['articles']
|
||||||
|
|
||||||
# Somewhat working.
|
# Custom TuxLite ZF based theme.
|
||||||
#THEME="/home/kornerr/p/pelican-themes/basic"
|
|
||||||
# translations: pages only
|
|
||||||
# pagination: ok
|
|
||||||
# index: ok
|
|
||||||
#THEME="/home/kornerr/p/pelican-themes/bootstrap"
|
|
||||||
# translations: no
|
|
||||||
# pagination: ok
|
|
||||||
# index: ok
|
|
||||||
#THEME="/home/kornerr/p/pelican-themes/bootlex"
|
|
||||||
# translations: no
|
|
||||||
# pagination: ok
|
|
||||||
# index: no
|
|
||||||
#THEME="/home/kornerr/p/pelican-themes/bricks"
|
|
||||||
# translations: only pages, not posts
|
|
||||||
# pagination: ok
|
|
||||||
# index: ok
|
|
||||||
#THEME="/home/kornerr/p/pelican-themes/cebong"
|
|
||||||
# translations: only posts, not pages
|
|
||||||
# pagination: ok
|
|
||||||
# index: no
|
|
||||||
#THEME="/home/kornerr/p/pelican-themes/dev-random"
|
|
||||||
# translations: only posts, not pages
|
|
||||||
# pagination: ok
|
|
||||||
# index: ok
|
|
||||||
#THEME="/home/kornerr/p/pelican-themes/dev-random2"
|
|
||||||
# translations: only posts, not pages
|
|
||||||
# pagination: ok
|
|
||||||
# index: ok
|
|
||||||
#THEME="/home/kornerr/p/pelican-themes/gum"
|
|
||||||
# translations: ok
|
|
||||||
# pagination: ok
|
|
||||||
# index: ok
|
|
||||||
#THEME="/home/kornerr/p/pelican-themes/plumage"
|
|
||||||
# translations: ok
|
|
||||||
# pagination: ok
|
|
||||||
# index: no
|
|
||||||
#THEME="/home/kornerr/p/pelican-themes/simple-bootstrap"
|
|
||||||
# translations: ok
|
|
||||||
# pagination: ok
|
|
||||||
# index: no
|
|
||||||
#THEME="/home/kornerr/p/pelican-themes/tuxlite_tbs"
|
|
||||||
# translations: ok
|
|
||||||
# pagination: ok
|
|
||||||
# index: no
|
|
||||||
#THEME="/home/kornerr/p/pelican-themes/tuxlite_zf"
|
|
||||||
# translations: ok
|
|
||||||
# pagination: ok
|
|
||||||
# index: no
|
|
||||||
#THEME="/home/kornerr/p/pelican-themes/zurb-F5-basic"
|
|
||||||
|
|
||||||
# Fully functional.
|
|
||||||
THEME="/home/kornerr/p/ogstudio-pelican-theme"
|
THEME="/home/kornerr/p/ogstudio-pelican-theme"
|
||||||
|
|
||||||
|
|
||||||
SHARE_BUTTONS = ['twitter']
|
SHARE_BUTTONS = ['twitter']
|
||||||
|
|
||||||
|
|
||||||
#TAG_CLOUD = False
|
#TAG_CLOUD = False
|
||||||
#PLUGIN_PATHS = ["/home/kornerr/p/plugins"]
|
#PLUGIN_PATHS = ["/home/kornerr/p/plugins"]
|
||||||
#PLUGINS = ["tag_cloud"]
|
#PLUGINS = ["tag_cloud"]
|
||||||
|
|||||||
Reference in New Issue
Block a user