feat: webmentions + postbuild
This commit is contained in:
parent
88f9661fdf
commit
0510c5ce15
2 changed files with 426 additions and 8 deletions
|
@ -9,7 +9,8 @@
|
|||
"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"
|
||||
"prepare": "husky install && touch ./.git/COMMIT_EDITMSG",
|
||||
"postbuild": "webmention _site/feed.xml --limit 1 --send"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Cory Dransfeldt",
|
||||
|
@ -27,6 +28,7 @@
|
|||
"@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