chore: add webmentions

This commit is contained in:
Cory Dransfeldt 2024-04-20 12:08:38 -07:00
parent cd67bc0d67
commit 20313c4098

View file

@ -8,7 +8,8 @@
"start:search": "run-s build:11ty index:local",
"start:quick": "eleventy --serve --incremental --ignore-initial",
"build": "ELEVENTY_PRODUCTION=true eleventy",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve"
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
"postbuild": "webmention _site/feeds/posts --limit 1 --send"
},
"keywords": [
"11ty",