Open minima1cha0s opened 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?
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 }}.
Hi,
any help with this warning ?
adding
disableKinds = ["taxonomy", "taxonomyTerm"]
did not help.I am on version : Hugo Static Site Generator v0.55.6 linux/amd64
Regards