Theme change - found no layout file

I wanted to change my website theme from doit to texify3, but after the change the pages do no render on local and the theme remains the same on the online website. I’m sure I’m doing something wrong because I lack the understanding of how themes really work.
This is my repository: https://github.com/enrico223/personal_website
These are the warning:

WARN  found no layout file for "html" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN  found no layout file for "html" for kind "page": 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.
WARN  found no layout file for "html" for kind "term": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
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.

image

I think your repository is private.

Sorry, it should be public now

I did this:

git clone --recurse-submodules https://github.com/enrico223/personal_website
cd personal_website
cp themes/hugo-texify3/package-lock.json .
cp themes/hugo-texify3/package.json .
cp themes/hugo-texify3/postcss.config.js .
npm ci
hugo server

and got this:

image

Problem found, a trivial one, of course. I have nothing in my themes/hugo-texify3/ directory. I just cloned the theme repository, cp what you told me, and now it works. Thank you!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.