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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2021-12-19 17:59:36 +0300
committerVictoria Drake <hello@victoria.dev>2021-12-19 18:39:34 +0300
commit2dd728c9fd921da23a3fce79acce24d50d0e5e7f (patch)
treecc0359ad26d482cee7e0a7f11e7869e579d924a0 /package.json
parent84e3340ca0792c2a0e2c4fb5b96e6f16037e1eeb (diff)
Add package.json for Netlify
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6263aff
--- /dev/null
+++ b/package.json
@@ -0,0 +1,8 @@
+{
+ "scripts": {
+ "build": "npm install -g postcss postcss-cli autoprefixer && cd exampleSite && hugo --gc --minify -t ../.. -d ../docs -v -b https://hugo-introduction.netlify.app/"
+ },
+ "dependencies": {
+ "postcss-cli": "^9.1.0"
+ }
+}