Title here
Summary here
Create new content for your site:
npm run create [path] [flags]See also the Hugo docs: hugo new.
Check scripts, styles, and markdown for errors:
npm run lintCheck scripts for errors:
npm run lint:scripts [-- --fix]Check styles for errors:
npm run lint:styles [-- --fix]Check markdown for errors:
npm run lint:markdown [-- --fix]Delete temporary directories:
npm run cleanStart local development server:
npm run startBuild production website:
npm run buildBuild Lambda functions:
npm run build:functionsBuild production website including draft and future content:
npm run build:preview