8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
create:docs
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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... }
Include a basic example or links here.
With this change, you can run:
npm run create:docs course_1
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)
#1349 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Brief explanation of the feature.
Basic example
Include a basic example or links here.
With this change, you can run:
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)
#1349 (comment)
The text was updated successfully, but these errors were encountered: