decaporg / one-click-hugo-cms

Hugo template with Decap CMS
https://master-template-one-click-hugo-cms.netlify.app
MIT License
493 stars 301 forks source link

Found no layout file for “HTML” for kind “taxonomy”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination #669

Open TL-C opened 2 years ago

TL-C commented 2 years ago

- Do you want to request a feature or report a bug?

- What is the current behavior?

- If the current behavior is a bug, please provide the steps to reproduce.

- What is the expected behavior?

- Please mention your node.js, NPM, Hugo and operating system version.

TL-C commented 2 years ago

WARN 2022/05/20 00:02:18 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/05/20 00:02:18 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/05/20 00:02:18 found no layout file for “HTML” for kind “home”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

And when I render in web server localhost:1313, I get WARN 2022/05/20 00:26:58 found no layout file for “HTML” for kind “home”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

But, when I deploy to Netlify, it gets published. The code is good.

I have tried the following:

Installing with this instructions. Quick Start | Hugo git clone --recurse-submodules GitHub - TL-C/one-click-hugo-cms 1 Other info: C:>hugo version hugo v0.99.1-d524067382e60ce2a2248c3133a1b3af206b6ef1 windows/amd64 BuildDate=2022-05-18T11:18:14Z VendorInfo=gohugoio

C:>go version go version go1.18.2 windows/amd64