chore: revert webmentions
This commit is contained in:
parent
cc76881370
commit
2b0ebb5910
5 changed files with 27 additions and 427 deletions
|
@ -9,8 +9,7 @@
|
|||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"build": "ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production npx tailwindcss -i ./tailwind.css -c ./tailwind.config.js -o _site/assets/styles/tailwind.css --minify",
|
||||
"prepare": "husky install && touch ./.git/COMMIT_EDITMSG",
|
||||
"postbuild": "webmention _site/feed.xml --limit 1 --send"
|
||||
"prepare": "husky install && touch ./.git/COMMIT_EDITMSG"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Cory Dransfeldt",
|
||||
|
@ -28,7 +27,6 @@
|
|||
"@fontsource/inter": "^5.0.5",
|
||||
"@netlify/plugin-lighthouse": "^5.0.0",
|
||||
"@quasibit/eleventy-plugin-schema": "^1.11.0",
|
||||
"@remy/webmention": "^1.4.5",
|
||||
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
"@tailwindcss/line-clamp": "^0.4.4",
|
||||
|
|
Reference in a new issue