appernetic / hugo-nederburg-theme

Nederburg is a fast and secure hugo theme and is a port of the Tracks WP theme
Other
106 stars 86 forks source link

Adding front matter to taxonomies #41

Closed ckeyes88 closed 5 years ago

ckeyes88 commented 5 years ago

First off great theme! It's been super easy to get going and customize to my site.

I'm new to hugo so this is probably just an ignorance thing but I'm trying to add front matter to my categories and tag pages according to the hugo docs. I've overwritten the layouts/partials/category.html file and added ad {{ .Content }} section underneath where it displays Category: \<my category\> but nothing displays. I can confirm that my html file is in fact being displayed but it doesn't seem to be injecting the content from /post/\<mycategory\>/_index.md into the template.

Is there anything obvious that I'm doing wrong?

ckeyes88 commented 5 years ago

Actually just figured it out! Still getting the hang of Hugo's file structure and how to overwrite the correct theme stuff