From edfcb63c0fbea58c0571a93a9b6f1b79e818d9a4 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 22 Feb 2021 21:10:10 -0800 Subject: [PATCH] Don't send webmentions to archive.is --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54c4e07..7b0525b 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ mentions.json: hugo static-webmentions find mv mentions.json mentions.json.unfiltered # filter the webmentions a bit; jq offers more flexibility than config.toml - jq '[ .[] | select(.Dest|test("https://(git.sr.ht/~seirdy/seirdy.one/log/master|seirdy.one|web.archive.org|en.wikipedia.org|matrix.to|([a-z]*.)?reddit.com|github.com)") | not) ]' mentions.json + jq '[ .[] | select(.Dest|test("https://(git.sr.ht/~seirdy/seirdy.one/log/master|seirdy.one|web.archive.org|archive.is|en.wikipedia.org|matrix.to|([a-z]*.)?reddit.com|github.com)") | not) ]' mentions.json rm mentions.json.unfiltered .PHONY: deploy-html