Add microformats, sending of webmentions

This commit is contained in:
Devon Campbell 2024-06-17 13:50:52 -04:00
commit ad55411e21
8 changed files with 813 additions and 9 deletions

View file

@ -7,6 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy",
"postbuild": "webmention dist/feed.xml --send",
"deploy": "netlify deploy --build",
"deploy:prod": "netlify deploy --prod --build"
},
@ -16,6 +17,7 @@
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@remy/webmention": "^1.5.0",
"@sindresorhus/slugify": "^1.1.0",
"eleventy-plugin-youtube-embed": "^1.8.0",
"markdown-it-anchor": "^8.6.4",