zola/test_site/config.toml
Tjeu Kayim 6149fd17e1 Skip anchor checking for URL with prefix in config (#812)
* cargo fmt & clippy

* Skip anchor checking for URL with prefix in config
2020-02-02 17:45:16 -08:00

23 lines
406 B
TOML

title = "My site"
base_url = "https://replace-this-with-your-url.com"
highlight_code = true
compile_sass = true
generate_rss = true
theme = "sample"
taxonomies = [
{name = "categories", rss = true},
]
extra_syntaxes = ["syntaxes"]
ignored_content = ["*/ignored.md"]
[link_checker]
skip_anchor_prefixes = [
"https://github.com/rust-lang/rust/blob/",
]
[extra.author]
name = "Vincent Prouillet"