chore: send webmentions

This commit is contained in:
Cory Dransfeldt 2024-01-20 22:37:05 +00:00 committed by GitHub
parent e32b5b8bfe
commit 071f52810c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 570 additions and 19 deletions

View file

@ -10,7 +10,8 @@
"build": "ELEVENTY_PRODUCTION=true eleventy && npm run build:index",
"build:index": "npx -y pagefind --site _site",
"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"
},
"keywords": [
"11ty",
@ -19,6 +20,7 @@
"author": "Cory Dransfeldt",
"license": "ISC",
"dependencies": {
"@remy/webmention": "^1.5.0",
"@zachleat/pagefind-search": "^1.0.3"
},
"devDependencies": {