|
13 | 13 | "_build": "npm run _hugo-dev --", |
14 | 14 | "_check:links": "echo IMPLEMENTATION PENDING for check-links; echo", |
15 | 15 | "_hugo": "hugo --cleanDestinationDir", |
16 | | - "_hugo-dev": "npm run _hugo -- -e dev -DFE", |
17 | | - "_local": "npx cross-env HUGO_MODULE_WORKSPACE=docsy.work", |
18 | | - "_serve": "npm run _hugo-dev -- --minify serve --renderToMemory", |
| 16 | + "_hugo-dev": "hugo --cleanDestinationDir -e dev -DFE", |
| 17 | + "_local": "cross-env HUGO_MODULE_WORKSPACE=docsy.work", |
| 18 | + "_serve": "npm run _hugo-dev -- server --minify --renderToMemory", |
19 | 19 | "build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"", |
20 | 20 | "build:production": "npm run _hugo -- --minify", |
21 | 21 | "build": "npm run _build -- ", |
22 | 22 | "check:links:all": "HTMLTEST_ARGS= npm run _check:links", |
23 | 23 | "check:links": "npm run _check:links", |
24 | 24 | "clean": "rm -Rf public/* resources", |
| 25 | + "dev:build": "npm run _hugo-dev --", |
| 26 | + "dev:serve": "npm run _hugo-dev -- server --watch=false", |
| 27 | + "dev:site": "npm run _hugo-dev -- server", |
25 | 28 | "local": "npm run _local -- npm run", |
26 | 29 | "make:public": "git init -b main public", |
27 | 30 | "precheck:links:all": "npm run build", |
|
32 | 35 | "test": "npm run check:links", |
33 | 36 | "update:dep": "npm install --save-dev autoprefixer@latest postcss-cli@latest", |
34 | 37 | "update:hugo": "npm install --save-dev --save-exact hugo-extended@latest", |
35 | | - "update:pkgs": "npx npm-check-updates -u" |
| 38 | + "update:pkgs": "npx npm-check-updates -u", |
| 39 | + "update:theme": "hugo mod get github.com/layer5io/academy-theme" |
36 | 40 | }, |
37 | 41 | "devDependencies": { |
38 | 42 | "autoprefixer": "^10.4.21", |
|
0 commit comments