-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "hugo-fixit-bundle-gitmodule",
"version": "0.0.0",
"description": "This is a quick start template for Hugo theme [FixIt](https://github.com/hugo-fixit/FixIt) and [fixit-bundle](https://github.com/hugo-fixit/fixit-bundle) components. It uses Git module feature to load the theme and component.",
"private": "true",
"main": "index.js",
"scripts": {
"build": "hugo --gc --minify --logLevel info",
"server": "hugo server -D -E -F -M -N -O --disableFastRender --bind 0.0.0.0 -b http://localhost:1313 --ignoreCache --logLevel info",
"server:production": "npm run server -- --environment production",
"update:themes": "git submodule update --remote --merge && git add ./themes/ && git commit -m ':arrow_up: Chore(deps): update theme and components version'",
"new": "hugo new content",
"prepare": "git submodule update --init --recursive",
"start": "npm run server",
"clean": "rm -rf public resources node_modules .hugo_build.lock"
},
"repository": {
"type": "git",
"url": "git+https://github.com/attajak/hugo-fixit-bundle-gitmodule.git"
},
"author": {
"name": "attajak",
"email": "janrak@gmail.com",
"url": "https://github.com/attajak"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/attajak/hugo-fixit-bundle-gitmodule/issues"
},
"homepage": "https://github.com/attajak/hugo-fixit-bundle-gitmodule#readme"
}