dnlzrgz / hugo-terrassa-theme

Terrassa is a simple, fast and responsive theme for Hugo with a strong focus on accessibility.
https://terrassa.netlify.com/
MIT License
66 stars 77 forks source link

multiple 'section' pages #17

Closed norcalbiostat closed 5 years ago

norcalbiostat commented 5 years ago

I'm not a native hugo user, so my terminology is likely incorrect. Hopefully my point gets through.

The Home page has this 'section' type format, where it's built off of individual .md files that live in the sections folder.

Can I have another page that has a similar format? I could kinda see my way into figuring out how to copy/paste/rename the section and sections partials, but i'm not sure how the page is identified as using that structure to begin with. [Edit] - ok maybe not now that I found this archtype folder that also looks like it has things that define page structure. I really don't want to muck with hugo honestly.

dnlzrgz commented 5 years ago

Issue #17

dnlzrgz commented 5 years ago

Hi again!

Sections can only be used on the home page. Something that's related to how Hugo treats this page differently (docs here).

I hope I answered your question!

norcalbiostat commented 5 years ago

bummer ok. thank you for looking into this