2020-07-13 21:26:05 +00:00
|
|
|
{
|
2020-07-13 23:49:01 +00:00
|
|
|
"name": "@andrewgioia/blog",
|
2020-08-15 02:28:59 +00:00
|
|
|
"version": "1.1.0",
|
2020-07-13 21:26:05 +00:00
|
|
|
"description": "Longer form content by Andrew Gioia",
|
|
|
|
"main": "public/index.html",
|
|
|
|
"dependencies": {
|
|
|
|
"normalize.css": "^8.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2020-07-14 16:47:07 +00:00
|
|
|
"sass": "sass --no-source-map assets/scss/main.scss public/css/style.css",
|
2020-07-17 13:21:44 +00:00
|
|
|
"watch": "sass --no-source-map --watch assets/scss/main.scss public/css/style.css",
|
2020-08-15 02:28:59 +00:00
|
|
|
"tidy": "tidy -config tidy.conf -mq public/**/*.html",
|
2020-08-16 01:07:39 +00:00
|
|
|
"tidy-bash": "find . -name '*.html' -type f -print -exec tidy -config ../tidy.conf -mq '{}' \\;",
|
2020-08-15 02:38:21 +00:00
|
|
|
"copy": "cp -R public/* /var/www/blog.andrewgioia.com/",
|
2020-08-13 21:02:34 +00:00
|
|
|
"editing": "hugo --environment development --watch=true",
|
2020-08-15 02:38:21 +00:00
|
|
|
"publish": "hugo && sass --no-source-map assets/scss/main.scss public/css/style.css && cp -R public/* /var/www/blog.andrewgioia.com/"
|
2020-07-13 21:26:05 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/andrewgioia/blog.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Andrew Gioia",
|
|
|
|
"license": "CC-BY-NC-ND",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/andrewgioia/blog/issues"
|
|
|
|
},
|
2020-07-13 23:49:01 +00:00
|
|
|
"homepage": "https://blog.andrewgioia.com"
|
2020-07-13 21:26:05 +00:00
|
|
|
}
|