-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
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
The -t
/ --theme
flags were removed from hugo new
#11018
Comments
This is a bug, and I apologise. This was a massive Hugo upgrade on the technical side that we needed to do sooner rather than later, and I guess we (or at least I) was a little tired of it at the end and just wanted to get it out. |
Okay, no worries! It's good to know that this change was not intentional. Thank you very much! |
Which allows to see the config with `--theme` applied. Updates #11018
The |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The
-t
/--theme
flags were removed fromhugo new
(also absent inhugo new content
): gohugoio/hugoDocs@fb3027d#diff-9b75f7a964edc681f1e213d44f1ec7a3d4f5f1678c25f45c78cb238cb2ca052cL62 Was that intentional? If yes, how to create new content using an archetype (--kind
) in a specific theme? Thanks!Originally posted by @yihui in #11015 (comment)
$ hugo new post/foo.md --theme hugo-xmin Error: command error: unknown flag: --theme
The text was updated successfully, but these errors were encountered: