cocoa-eh-hugo-theme icon indicating copy to clipboard operation
cocoa-eh-hugo-theme copied to clipboard

taxonomyTerm

Open minima1cha0s opened this issue 5 years ago • 2 comments

Hi,

any help with this warning ?

Building sites … WARN 2019/07/18 01:25:54 found no layout file for "HTML" for "taxonomyTerm": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2019/07/18 01:25:54 found no layout file for "HTML" for "taxonomyTerm": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

adding disableKinds = ["taxonomy", "taxonomyTerm"] did not help.

I am on version : Hugo Static Site Generator v0.55.6 linux/amd64

Regards

minima1cha0s avatar Jul 18 '19 01:07 minima1cha0s

Hm, I can't replicate it using the same hugo version (running exampleSite). Can you share the code you're working with or a minimal example?

mtn avatar Jul 18 '19 06:07 mtn

To replicate this just do

hugo new site example
git init
git submodule add https://github.com/mtn/cocoa-eh-hugo-theme.git themes/cocoa-eh
hugo -t cocoa-eh

yes exampleSite seems fine. I'll just use that. Is there any size recommendations for the logo ? and any fix for Building sites … WARN 2019/07/22 07:07:16 Page's .RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something like: {{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}.

minima1cha0s avatar Jul 22 '19 07:07 minima1cha0s