{ "name": "@hugo-fixit/test", "private": true, "scripts": { "build": "hugo --themesDir ../.. --theme . --gc --minify --logLevel info", "dev": "hugo server --themesDir ../.. --theme . -D --disableFastRender --navigateToChanged --ignoreCache -O" } }