File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "start" : " hugo serve --logLevel info --configDir=config --buildDrafts --buildFuture --ignoreCache --disableFastRender --gc --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints" ,
99 "dev" : " npm run dev:start" ,
1010 "dev:start" : " hugo serve --logLevel info --configDir=config --buildDrafts --buildFuture --ignoreCache --disableFastRender --gc --printI18nWarnings --printMemoryUsage --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints" ,
11- "dev:start:with-pagefind" : " hugo --baseURL=/ --theme=dot-org-hugo-theme && npm_config_yes=true npx pagefind --site 'public' --output-subdir 'static/pagefind' && npm run dev:start" ,
11+ "dev:start:with-pagefind" : " hugo --baseURL=/ --theme=dot-org-hugo-theme && npm_config_yes=true npx pagefind --site 'public' --output-path 'static/pagefind' && npm run dev:start" ,
1212 "dev:build" : " hugo --theme=dot-org-hugo-theme"
1313 },
1414 "repository" : {
You can’t perform that action at this time.
0 commit comments