Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get posts to show #59

Closed
hcvazquez opened this issue Sep 4, 2019 · 7 comments
Closed

Can't get posts to show #59

hcvazquez opened this issue Sep 4, 2019 · 7 comments

Comments

@hcvazquez
Copy link

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

@rivaquiroga
Copy link

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

@rhazdon
Copy link
Owner

rhazdon commented Sep 13, 2019

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

@mattykay
Copy link

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.

@thepenguinthatwants
Copy link

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

@hcvazquez
Copy link
Author

It works! Thanks!

@rhazdon
Copy link
Owner

rhazdon commented Nov 14, 2019

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

@rhazdon
Copy link
Owner

rhazdon commented Nov 14, 2019

bb2c330

@rhazdon rhazdon closed this as completed Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants