1
0
mirror of https://gitlab.com/openlp/website.git synced 2024-12-22 13:02:50 +00:00

Set code colour to monokai and show teasers

This commit is contained in:
Raoul Snyman 2015-08-27 22:49:41 +02:00
parent f6f859e096
commit a5c4c00b59

View File

@ -389,7 +389,7 @@ REDIRECTIONS = []
# "assets/css/code.css" this is ignored. # "assets/css/code.css" this is ignored.
# Can be any of autumn borland bw colorful default emacs friendly fruity manni # Can be any of autumn borland bw colorful default emacs friendly fruity manni
# monokai murphy native pastie perldoc rrt tango trac vim vs # monokai murphy native pastie perldoc rrt tango trac vim vs
# CODE_COLOR_SCHEME = 'default' CODE_COLOR_SCHEME = 'monokai'
# If you use 'site-reveal' theme you can select several subthemes # If you use 'site-reveal' theme you can select several subthemes
# THEME_REVEAL_CONFIG_SUBTHEME = 'sky' # THEME_REVEAL_CONFIG_SUBTHEME = 'sky'
@ -408,8 +408,8 @@ REDIRECTIONS = []
# ("icon", "/icon_128x128.png", "128x128"), # ("icon", "/icon_128x128.png", "128x128"),
# } # }
# Show only teasers in the index pages? Defaults to False. # Show only teasers in the index pages? Defaults to False
# INDEX_TEASERS = False INDEX_TEASERS = True
# HTML fragments with the Read more... links. # HTML fragments with the Read more... links.
# The following tags exist and are replaced for you: # The following tags exist and are replaced for you: