1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00

Don't send webmentions to Wikipedia

This commit is contained in:
Rohan Kumar 2021-01-17 17:18:31 -08:00
parent 4d297de4ea
commit beef2c1b81
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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|matrix.to)") | not) ]' <mentions.json.unfiltered >mentions.json
jq '[ .[] | select(.Dest|test("https://(git.sr.ht/~seirdy/seirdy.one/log/master|seirdy.one|web.archive.org|en.wikipedia.org|matrix.to)") | not) ]' <mentions.json.unfiltered >mentions.json
rm mentions.json.unfiltered
.PHONY: deploy-html