-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
23 lines (23 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "hugo-fixit-starter",
"version": "1.0.0",
"description": "This is a quick start template for Hugo theme [FixIt](https://github.com/hugo-fixit/FixIt). It uses [Hugo submodule](https://gohugo.io/hugo-modules/) feature to load the theme.",
"main": "index.js",
"scripts": {
"build": "hugo -v --gc --minify",
"server": "hugo server -D --disableFastRender --navigateToChanged --bind 0.0.0.0",
"server:production": "npm run server -- --environment production",
"server:development": "HUGO_MODULE_WORKSPACE=hugo.work npm run server -- --ignoreVendorPaths \"**\"",
"update:theme": "hugo mod get -u github.com/hugo-fixit/FixIt@latest && hugo mod tidy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hugo-fixit/hugo-fixit-starter.git"
},
"author": "Lruihao (https://github.com/Lruihao)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hugo-fixit/hugo-fixit-starter/issues"
},
"homepage": "https://github.com/hugo-fixit/hugo-fixit-starter#readme"
}