rhazdon/hugo-theme-hello-friend-ng

Can't get posts to show

hcvazquez opened this issue ยท 7 comments

Hey, I'm new to hugo and love your theme but i've tried to use the exampleSite configuration and can't seem to get posts to show. I have hugo version = Hugo Static Site Generator v0.57.2/extended windows/amd64

Hi! I had the same problem. I found the solution here: #14. You need to comment out the taxonomies.

Thanks @rivaquiroga for the answer. :)
@hcvazques: Does it work?

Can also confirm either removing or changing the template examples taxonomy as below works - appears this behavior changed as of Hugo >v0.57.1 (possibly this commit?)

From:

[taxonomies]
  tag      = "tags"
  category = ""

To: (which is the default anyway)

[taxonomies]
  tag      = "tags"
  category = "categories"

Maybe it's worth removing it from the example? - I can raise a PR if so.

DAMN.. so it was about this.. took me probably whole day before quitting and reading this thread.

It works! Thanks!

@mattykay I am going to follow your recommendation and want to remove it from the config. Also I will add some documentation about it into the readme.