-
-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22d5763
commit 601ef3a
Showing
2 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
{ | ||
"scripts": { | ||
"build": "npm install -g postcss postcss-cli autoprefixer && cd exampleSite && hugo --gc --minify -t ../.. -d ../docs -v -b https://hugo-introduction.netlify.app/", | ||
"dev": "cd exampleSite && ENVIRONMENT=development hugo -t ../.. server" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^10.4.2", | ||
"postcss": "^8.4.31", | ||
"postcss-cli": "^9.1.0" | ||
} | ||
} | ||
"name": "hugo-theme-introduction", | ||
"version": "6.0.1", | ||
"description": "A Hugo theme for personal and professional introductions.", | ||
"repository": { | ||
"url": "https://github.com/victoriadrake/hugo-theme-introduction" | ||
}, | ||
"scripts": { | ||
"build": "npm install -g postcss postcss-cli autoprefixer && cd exampleSite && hugo --gc --minify -t ../.. -d ../docs -v -b https://hugo-introduction.netlify.app/", | ||
"dev": "cd exampleSite && ENVIRONMENT=development hugo -t ../.. server" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^10.4.2", | ||
"postcss": "^8.4.31", | ||
"postcss-cli": "^9.1.0" | ||
} | ||
} |