Based on this issue resolves Number #70
A new Hugo installation , currently im using v0.120.4
When follows the new tutorial on the official wiki using this command
hugo new site MyFreshWebsite --format yaml
This version of hugo will also create hugo.yaml and no config.yaml created.
when new user runs hugo server this errors will happens:
WARN found no layout file for "html" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN found no layout file for "html" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
as the issues no #70 said , this can be fixed by :
manually creates config.yaml
deleting the hugo.yaml
I think it would be good if the new getting started were up to date with this fixes since the new hugo will always return this error from the new --format yaml
Code of Conduct
[X] I agree to follow this project's Code of Conduct
What you'd like to propose?
Based on this issue resolves Number #70 A new Hugo installation , currently im using
v0.120.4
When follows the new tutorial on the official wiki using this command
hugo new site MyFreshWebsite --format yaml
This version of hugo will also create
hugo.yaml
and noconfig.yaml
created. when new user runshugo server
this errors will happens:as the issues no #70 said , this can be fixed by :
I think it would be good if the new getting started were up to date with this fixes since the new hugo will always return this error from the
new --format yaml
Code of Conduct