|
|
@@ -38,9 +38,64 @@ DISPLAY_PAGES_ON_MENU = True |
|
|
|
|
|
|
|
ARTICLE_PATHS = ['articles'] |
|
|
|
|
|
|
|
THEME="minimalX" |
|
|
|
# Somewhat working. |
|
|
|
#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/pelican-themes/tuxlite_zf" |
|
|
|
|
|
|
|
|
|
|
|
SHARE_BUTTONS = ['twitter'] |
|
|
|
TAG_CLOUD = False |
|
|
|
PLUGIN_PATHS = ["/home/kornerr/p/plugins"] |
|
|
|
PLUGINS = ["tag_cloud"] |
|
|
|
tag_cloud = ['abc'] |
|
|
|
|
|
|
|
#TAG_CLOUD = False |
|
|
|
#PLUGIN_PATHS = ["/home/kornerr/p/plugins"] |
|
|
|
#PLUGINS = ["tag_cloud"] |
|
|
|
#tag_cloud = ['abc'] |