mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 08:12:11 +00:00
4d7625227b
Update the Makefile to download the old version of the site, run static-webmentions, and collect the WebMentions to send in a json file saved as a build artifact. Don't send these automatically; just save them for now. Until I work out a solution to save sent WebMentions and avoid sending duplicates, I'll keep the sending of WebMentions manual. For some reason this caused webhint's axe/aria test to error out with a "Protocol error" so I disabled it. Axe tests are covered by Lighthouse anyway.
11 lines
140 B
Text
11 lines
140 B
Text
*.report.html
|
|
*.report.json
|
|
.hintrc-*
|
|
.lighthouseci/*
|
|
hint-report/
|
|
lighthouse-reports/*
|
|
mentions.json
|
|
node_modules/*
|
|
old/
|
|
public/
|
|
public_*/
|