-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.hugo.json
24 lines (24 loc) · 937 Bytes
/
package.hugo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "attajak.pages.dev",
"version": "1.0.0",
"description": "Hugo + FixIt",
"main": "index.js",
"scripts": {
"build": "hugo --logLevel info --gc --minify",
"server": "hugo server -D --disableFastRender --navigateToChanged --baseURL / --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",
"update:modules": "hugo mod get -u && hugo mod tidy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/attajak/attajak.pages.dev.git"
},
"author": "attajak (https://github.com/attajak)",
"license": "MIT",
"bugs": {
"url": "https://github.com/attajak/attajak.pages.dev/issues"
},
"homepage": "https://github.com/attajak/attajak.pages.dev#readme"
}