jandecaluwe / urubu

A micro CMS for static websites, with a focus on good navigation practices.
urubu.jandecaluwe.com
GNU Affero General Public License v3.0
179 stars 36 forks source link

two index pages in directory #59

Closed ristkof closed 3 years ago

ristkof commented 7 years ago

If I have a folder with an index.md file that has content sorted on date, and I want another index file, say index-january.md, that includes all my posts from january (and thus a predefined content), this index-january.md file will be included in the index.md content.

What is a way to work around this?

42sol-eu commented 7 years ago

I would solve this with tags. define tags for years and months like 2016 and 2016-01 - so the processor will generate the overviews for you.

there might be a way with intelligent templates too.