We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-f yaml
In the Readme I read
hugo new post/post-name.md -f yaml
But running this gives me
Error: unknown shorthand flag: 'f' in -f
And indeed I can't find it in the hugo help pages (like hugo new --help). Perhaps this was valid once and is now depricated?
hugo new --help
The text was updated successfully, but these errors were encountered:
I just noticed it is supported for hugo new site, but not for hugo new post.
hugo new site
hugo new post
Sorry, something went wrong.
don't use flag -f in "hugo new post"
e97f368
This adresses issue dencold#33
No branches or pull requests
In the Readme I read
But running this gives me
And indeed I can't find it in the hugo help pages (like
hugo new --help
). Perhaps this was valid once and is now depricated?The text was updated successfully, but these errors were encountered: