chore: outbound webmentions for links

This commit is contained in:
Cory Dransfeldt 2024-01-29 10:15:28 -08:00
parent 24001e787c
commit b455172fc2
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "4.13.2", "version": "4.14.0",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module", "type": "module",
"scripts": { "scripts": {
@ -11,7 +11,7 @@
"build:index": "npx -y pagefind --site _site", "build:index": "npx -y pagefind --site _site",
"index:serve": "npx -y pagefind --site _site --serve", "index:serve": "npx -y pagefind --site _site --serve",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve", "debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
"postbuild": "webmention _site/feeds/posts --limit 1 --send" "postbuild": "webmention _site/feeds/posts --limit 1 --send && webmention _site/feeds/links --limit 1 --send"
}, },
"keywords": [ "keywords": [
"11ty", "11ty",