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

Taxonomies Category Page #230

Closed
pik10 opened this issue May 20, 2024 · 1 comment
Closed

Taxonomies Category Page #230

pik10 opened this issue May 20, 2024 · 1 comment

Comments

@pik10
Copy link

pik10 commented May 20, 2024

I created a taxonomy called categories in the Hugo.toml configuration file.
[taxonomies]
category = "categories"
tag = "tags"
series = "series"

I want to see a list of categories that are used in the front matter content.
One page has categories = ['Aviation'] in the front matter
Another page has categories = ['Aviation', 'Aviation Weather'] in the front matter

When I go to my website url example.com/categories it is not showing the categories that I created.
When I go to example.com/categories/aviation or example.com/categories/aviation-weather the page is showing pages that have the aviation category.

@pik10
Copy link
Author

pik10 commented May 20, 2024

I think I figured out the issue. The paper theme doesn't have the terms.html template. I added the terms.html template to the theme and the terms are showing.

@pik10 pik10 closed this as completed May 20, 2024
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

1 participant