Found no layout file for "HTML" for kind "home"

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.

Assuming you have installed the extended version of Hugo, follow this quick start guide:
https://gohugo.io/getting-started/quick-start/

I’ve been following this youtube tutorial

and this page

See my previous comment.

The YouTube tutorial that you are watching is over four years old; it was published on Mar 18, 2018.

Since then, there have been 2919 changes to the code.

3 Likes