docspell/website/site/config.toml
2024-02-26 17:39:33 +01:00

38 lines
970 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
"https://chromewebstore.google.com" # too many redirects reported
]
skip_anchor_prefixes = [
"https://github.com",
"https://package.elm-lang.org"
]
[extra]
# Put all your custom variables here
version = "0.42.0-SNAPSHOT"