mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 11:28:25 +00:00
Website redesign
This commit is contained in:
@ -11,7 +11,13 @@ default_language = "en"
|
||||
|
||||
[markdown]
|
||||
highlight_code = true
|
||||
highlight_theme = "gruvbox-dark"
|
||||
#light: ayu-light, OneHalfLight, base16-ocean-light
|
||||
highlight_theme = "css"
|
||||
|
||||
highlight_themes_css = [
|
||||
{ theme = "gruvbox-dark", filename = "syntax-dark.css" },
|
||||
{ theme = "base16-ocean-light", filename = "syntax-light.css" }
|
||||
]
|
||||
|
||||
[link_checker]
|
||||
skip_prefixes = [
|
||||
|
Reference in New Issue
Block a user