getzola / hyde

Port of https://github.com/poole/hyde to Zola
MIT License
78 stars 51 forks source link

Support for tags, pagination and sections #17

Closed jbiason closed 5 years ago

jbiason commented 6 years ago

I stole most of the stuff from other themes, so Hyde now have the same functionality as other themes, like tag support and sections.

Also fixed the index page, which was showing everything from oldest to newest and no breaks with the use of Paginator, so now the theme requires the "paginate_by" as After-Dark does.

jbiason commented 6 years ago

There is one problem that I don't know how to solve it yet: In the section, we traverse all pages in the section, without the Paginator. This causes the list to, as the index before, display all the pages from oldest to newest instead of the other way around.

Keats commented 6 years ago

This theme is just a port of an existing one, could those changes be kept on your fork and we link it on the README of this one?

jbiason commented 5 years ago

Hi @Keats, sorry taking so long to answer.

Yeah, sure, no problem. I guess I should even change the name (maybe something like "Hyde EX", "Hyde Deux" or any other fancy name that just references the original theme) and then reference this.