config: restructure markdown highlighting configuration
This commit is contained in:
parent
7a790cb7ba
commit
bb9ce7f918
1 changed files with 4 additions and 11 deletions
15
config.toml
15
config.toml
|
|
@ -28,27 +28,20 @@ include_content = true # include rendered content of page/section in index
|
||||||
# truncate_content_length = 100 # Truncate at nth character. May be useful if index is getting too large.
|
# truncate_content_length = 100 # Truncate at nth character. May be useful if index is getting too large.
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
highlight_code = true
|
|
||||||
#highlight_theme = "css"
|
|
||||||
render_emoji = false
|
render_emoji = false
|
||||||
external_links_target_blank = true # rel="noopener"
|
external_links_target_blank = true # rel="noopener"
|
||||||
external_links_no_follow = false # rel="nofollow"
|
external_links_no_follow = false # rel="nofollow"
|
||||||
external_links_no_referrer = false # rel="noreferrer"
|
external_links_no_referrer = false # rel="noreferrer"
|
||||||
smart_punctuation = true # `...` to `…`, `"quote"` to `“curly”` etc
|
smart_punctuation = true # `...` to `…`, `"quote"` to `"curly"` etc
|
||||||
|
|
||||||
|
|
||||||
highlight_theme = "dracula"
|
|
||||||
#highlight_theme = "inspired-github"
|
|
||||||
#highlight_theme = "ir-white"
|
|
||||||
#highlight_theme = "material-light"
|
|
||||||
#highlight_theme = "base16-ocean-dark"
|
|
||||||
|
|
||||||
extra_syntaxes_and_themes = [
|
extra_syntaxes_and_themes = [
|
||||||
"syntaxes",
|
"syntaxes",
|
||||||
"syntaxes/Sublime-varlink",
|
"syntaxes/Sublime-varlink",
|
||||||
"syntaxes/Sublime-console",
|
"syntaxes/Sublime-console",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[markdown.highlighting]
|
||||||
|
theme = "dracula"
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
# Put all your custom variables here
|
# Put all your custom variables here
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue