docspell/website/site/config.toml
2023-03-11 18:28:18 +01:00

37 lines
892 B
TOML

# The URL the site will be built for
base_url = "https://docspell.org"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
default_language = "en"
[markdown]
highlight_code = true
#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 = [
"http://localhost",
"https://docs.github.com", # doesn't allow checking anymore
"/openapi",
"https://www.abisource.com" # has bad ssl config
]
skip_anchor_prefixes = [
"https://github.com",
"https://package.elm-lang.org"
]
[extra]
# Put all your custom variables here
version = "0.40.0"