-
-
Notifications
You must be signed in to change notification settings - Fork 381
Open
Description
Summary
Brief explanation of the feature.
{
"name": "doks-1349",
"version": "0.0.0",
"description": "Doks theme",
"author": "Thulite",
"license": "MIT",
"scripts": {
"create": "hugo new",
"create:docs": "hugo new --kind docs",
"dev": "hugo server --disableFastRender --noHTTPCache",
"format": "prettier **/** -w -c",
"build": "hugo --minify --gc",
"preview": "vite preview --outDir public"
},
// ...existing code...
}
Basic example
Include a basic example or links here.
With this change, you can run:
npm run create:docs course_1
Motivation
Why are we doing this? What use cases does it support? What is the expected outcome?
npm's -- separator doesn't properly pass the --kind flag to the Hugo command (pnpm, yarn, and bun do)
Metadata
Metadata
Assignees
Labels
No labels