chore: outbound webmentions for links
This commit is contained in:
parent
24001e787c
commit
b455172fc2
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Reference in a new issue