skipdeploy: Added ability to skip deployments based off commit messsage
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "cybyside",
|
||||
"version": "1.0.0",
|
||||
"description": "My personal blog",
|
||||
"scripts": {
|
||||
"start": "npx @11ty/eleventy --input ./src",
|
||||
"clean": "rm -rf {_site,./src/_site}"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.cyper.cc/Cyper/CyBySide"
|
||||
},
|
||||
"keywords": ["blog", "@11ty/eleventy", "eleventy"],
|
||||
"author": "Cyper",
|
||||
"license": "ISC",
|
||||
"type": "commonjs"
|
||||
}
|
||||
Reference in New Issue
Block a user