So my problem here is, i would like to not use a theme, but when i do that it says WARN 2022/11/02 09:32:46 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
etc.
I’m new to hugo, and i have no idea what that (^) means.
Thanks for any help.
You have to create 2 layout pages in the layout
directory. A list.html
for home and pages who lists content (directoires, archives, etc.). A single.html
for article pages.
Have a look here: Hugo's Lookup Order | Hugo
Create a single.html
file inside layouts/_default
. That layout is what is used for all single pages inside your content directory. But a quick search on this forum could also provide related answers.
I wrote about this:
1 Like