Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcssandstuff <github@cssandstuff.com>2018-07-06 05:39:23 +0300
committercssandstuff <github@cssandstuff.com>2018-07-06 05:39:23 +0300
commitc6248b32f0f806f543bd485a4086e5b22bfb7584 (patch)
tree6336bddd792fb1fda3833f5ea7c3da6e5f9d37ac /package.json
first commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..5079fd5
--- /dev/null
+++ b/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "cv",
+ "version": "1.0.0",
+ "description": "",
+ "main": "generatepdf.js",
+ "directories": {
+ "doc": "docs"
+ },
+ "scripts": {
+ "start": "hugo serve -d docs",
+ "minifycss": "postcss ./themes/winning/static/css/main.css > ./docs/css/main.min.css && postcss ./themes/winning/static/css/belmu.css > ./docs/css/belmu.min.css",
+ "stage": "HUGO_ENV=production npm start | npm run minifycss",
+ "build": "HUGO_ENV=production hugo -d docs && npm run minifycss"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://cssandstuff@github.com/cssandstuff/cv.git"
+ },
+ "author": "",
+ "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/cssandstuff/cv/issues"
+ },
+ "homepage": "https://github.com/cssandstuff/cv#readme",
+ "devDependencies": {
+ "cssnano": "^3.10.0"
+ }
+}