From f21bef93b1860de565397996edf6c8288740fabc Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 17 Feb 2020 11:07:10 +0100 Subject: [PATCH] Don't check anchors for github.com --- blog/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blog/config.toml b/blog/config.toml index 857707e5..f1838e2d 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -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" }