theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.com/
MIT License
1.1k stars 1.13k forks source link

Did hugo v0.104.0 break ananke...? #577

Closed markhm closed 1 year ago

markhm commented 1 year ago

Ananke is included in my project as git submodule in config.toml:

theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]

Everything worked fine, but after brew upgraded to Hugo v0.104.0, the ananke theme is not found anymore and all fails with the following warnings.

WARN 2022/09/26 07:58:19 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 2022/09/26 07:58:19 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 2022/09/26 07:58:19 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/09/26 07:58:19 found no layout file for "HTML" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
...

Additionally, the <form-contact /> action cannot be found anymore either.

Via this instruction I tried re-initiating the submodule without success.

git submodule init
git submodule update

Does anyone else experience the same problem...? The issue might have been introduced in v0.103.

This is on macOS latest where Hugo is managed by Homebrew.

Any suggestions...? šŸ™šŸ»

markhm commented 1 year ago

Project re-initialized which resolved the problem.