chore: restore webmention post build step

This commit is contained in:
Cory Dransfeldt 2024-05-01 10:18:22 -07:00
parent 7ec463da50
commit 90985d946d
No known key found for this signature in database

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 && webmention _site/feeds/links --limit 1 --send"
},
"keywords": [
"11ty",