mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-22 04:52:49 +00:00
Set code colour to monokai and show teasers
This commit is contained in:
parent
f6f859e096
commit
a5c4c00b59
6
conf.py
6
conf.py
@ -389,7 +389,7 @@ REDIRECTIONS = []
|
||||
# "assets/css/code.css" this is ignored.
|
||||
# Can be any of autumn borland bw colorful default emacs friendly fruity manni
|
||||
# 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
|
||||
# THEME_REVEAL_CONFIG_SUBTHEME = 'sky'
|
||||
@ -408,8 +408,8 @@ REDIRECTIONS = []
|
||||
# ("icon", "/icon_128x128.png", "128x128"),
|
||||
# }
|
||||
|
||||
# Show only teasers in the index pages? Defaults to False.
|
||||
# INDEX_TEASERS = False
|
||||
# Show only teasers in the index pages? Defaults to False
|
||||
INDEX_TEASERS = True
|
||||
|
||||
# HTML fragments with the Read more... links.
|
||||
# The following tags exist and are replaced for you:
|
||||
|
Loading…
Reference in New Issue
Block a user