Skip to content

Commit

Permalink
Merge pull request #350 from oddbird/auto-webmentions
Browse files Browse the repository at this point in the history
Automated webmentions update
  • Loading branch information
jgerigmeyer committed May 1, 2023
2 parents 1941669 + 9ab5ffe commit 5db3034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/_data/webmentions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastFetched": "2023-04-24T08:05:26.971Z",
"lastFetched": "2023-05-01T08:05:28.727Z",
"children": [
{
"type": "entry",
Expand Down
2 changes: 1 addition & 1 deletion content/work/mozdev.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ press:
many implementation details will be less baffling to you.
name: Eric Eggert
title: Accessibility Advocate
url: https://mobile.twitter.com/yatil/status/1179359053572640770
url: https://twitter.com/yatil/status/1179359053572640770
icon: social/twitter-circle
slug: basic-principles
summary: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"webmentions": "node scripts/fetch-webmentions.cjs",
"prod": "yarn build",
"checklinks:internal": "npx --yes --package=hyperlink --package=tap-spot -- 'hyperlink --canonicalroot https://www.oddbird.net/ --root _site/ -r -p -i --skip \".css.map\" --skip \".js.map\" --skip \"feed.atom\" --skip \"/docs/\" _site/index.html | tap-spot'",
"checklinks:external": "npx --yes --package=broken-link-checker -- 'blc -ro --exclude=localhost:8080 --exclude=codepen.io --exclude=linkedin.com --exclude=projects.invisionapp.com --exclude=docs.github.com --exclude=www.sass.hk --exclude=www.drupal.org --exclude=www.canva.com --exclude=www.fastcompany.com --exclude=duabuset-tandem.com --exclude=puta-elementa.com --exclude=campaignzero.org https://www.oddbird.net'",
"checklinks:external": "npx --yes --package=broken-link-checker -- 'blc -ro --exclude=localhost:8080 --exclude=codepen.io --exclude=linkedin.com --exclude=projects.invisionapp.com --exclude=docs.github.com --exclude=www.sass.hk --exclude=www.drupal.org --exclude=www.canva.com --exclude=www.fastcompany.com --exclude=duabuset-tandem.com --exclude=puta-elementa.com --exclude=campaignzero.org --exclude=twitter.com https://www.oddbird.net'",
"checklinks": "run-s checklinks:internal checklinks:external"
},
"dependencies": {
Expand Down

0 comments on commit 5db3034

Please sign in to comment.