Add new blog script creation script
This commit is contained in:
parent
cbd2872f9f
commit
cb2aa96e90
2 changed files with 38 additions and 2 deletions
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue