mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Don't check anchors for github.com
This commit is contained in:
@@ -13,6 +13,11 @@ languages = [
|
|||||||
|
|
||||||
ignored_content = ["*/README.md"]
|
ignored_content = ["*/README.md"]
|
||||||
|
|
||||||
|
[link_checker]
|
||||||
|
skip_anchor_prefixes = [
|
||||||
|
"https://github.com/", # see https://github.com/getzola/zola/issues/805
|
||||||
|
]
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
subtitle = "Philipp Oppermann's blog"
|
subtitle = "Philipp Oppermann's blog"
|
||||||
author = { name = "Philipp Oppermann" }
|
author = { name = "Philipp Oppermann" }
|
||||||
|
|||||||
Reference in New Issue
Block a user