mtn / cocoa-eh-hugo-theme

A enhanced version of Cocoa. Clean, fast, and responsive theme with cool typography.
https://themes.gohugo.io/theme/cocoa-eh-hugo-theme/
MIT License
224 stars 111 forks source link

taxonomyTerm #130

Open minima1cha0s opened 5 years ago

minima1cha0s commented 5 years ago

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

mtn commented 5 years ago

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?

minima1cha0s commented 5 years ago

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 }}.