1
0
Fork 0

config: restructure markdown highlighting configuration

This commit is contained in:
Harald Hoyer 2026-01-21 14:10:51 +01:00
parent 7a790cb7ba
commit bb9ce7f918

View file

@ -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.
[markdown]
highlight_code = true
#highlight_theme = "css"
render_emoji = false
external_links_target_blank = true # rel="noopener"
external_links_no_follow = false # rel="nofollow"
external_links_no_referrer = false # rel="noreferrer"
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"
smart_punctuation = true # `...` to `…`, `"quote"` to `"curly"` etc
extra_syntaxes_and_themes = [
"syntaxes",
"syntaxes/Sublime-varlink",
"syntaxes/Sublime-console",
]
[markdown.highlighting]
theme = "dracula"
[extra]
# Put all your custom variables here