Add microformats, sending of webmentions
This commit is contained in:
parent
4741f4f65b
commit
ad55411e21
8 changed files with 813 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue