Don't check anchors for github.com

This commit is contained in:
Philipp Oppermann
2020-02-17 11:07:10 +01:00
parent 3f43994766
commit f21bef93b1

View File

@@ -13,6 +13,11 @@ languages = [
ignored_content = ["*/README.md"]
[link_checker]
skip_anchor_prefixes = [
"https://github.com/", # see https://github.com/getzola/zola/issues/805
]
[extra]
subtitle = "Philipp Oppermann's blog"
author = { name = "Philipp Oppermann" }