I just installed Hugo on my machine and ran the commands
choco install hugo -confirm
hugo new site mysite
hugo server
Ive looked through these forums as well as Stackoverflow and none of the solutions that people got are working.
Ive reinstalled go but that didn’t fix anything.
I have no themes or anything installed it’s just a bare-bones hugo project so I’m not sure what I’m doing wrong.
The full error message is this when I start a server
WARN 2022/04/23 11:59:52 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2022/04/23 11:59:52 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2022/04/23 11:59:52 found no layout file for "HTML" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.