2017-03-14 12:25:45 +00:00
|
|
|
title = "My site"
|
|
|
|
base_url = "https://replace-this-with-your-url.com"
|
|
|
|
highlight_code = true
|
2017-07-06 13:19:15 +00:00
|
|
|
compile_sass = true
|
2017-07-15 03:51:32 +00:00
|
|
|
generate_rss = true
|
2017-08-23 10:17:24 +00:00
|
|
|
theme = "sample"
|
2019-12-21 09:44:13 +00:00
|
|
|
slugify_paths = true
|
2017-03-14 12:25:45 +00:00
|
|
|
|
2018-07-16 08:54:05 +00:00
|
|
|
taxonomies = [
|
|
|
|
{name = "categories", rss = true},
|
|
|
|
]
|
|
|
|
|
2018-08-14 07:12:04 +00:00
|
|
|
extra_syntaxes = ["syntaxes"]
|
|
|
|
|
2019-08-01 08:18:42 +00:00
|
|
|
ignored_content = ["*/ignored.md"]
|
|
|
|
|
2019-10-14 16:31:03 +00:00
|
|
|
[link_checker]
|
2019-11-25 11:13:02 +00:00
|
|
|
skip_prefixes = [
|
|
|
|
"http://[2001:db8::]/",
|
|
|
|
]
|
|
|
|
|
2019-10-14 16:31:03 +00:00
|
|
|
skip_anchor_prefixes = [
|
|
|
|
"https://github.com/rust-lang/rust/blob/",
|
|
|
|
]
|
|
|
|
|
2017-03-14 12:25:45 +00:00
|
|
|
[extra.author]
|
|
|
|
name = "Vincent Prouillet"
|