Add new blog script creation script

This commit is contained in:
Devon Campbell 2024-06-23 12:18:49 -04:00
commit cb2aa96e90
2 changed files with 38 additions and 2 deletions

View file

@ -4,12 +4,13 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx @11ty/eleventy --serve",
"createBlogPost": "bash create-blog-post.sh",
"build": "npx @11ty/eleventy",
"deploy": "netlify deploy --build",
"deploy:prod": "netlify deploy --prod --build",
"postdeploy:prod": "webmention dist/feed.xml --send"
"postdeploy:prod": "webmention dist/feed.xml --send",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",