peterdesmet / petridish

Jekyll theme for research project websites 🧫
https://peterdesmet.github.io/petridish
MIT License
49 stars 44 forks source link

Use tags, not categories #67

Closed peterdesmet closed 1 year ago

peterdesmet commented 1 year ago

I initially opted for post categories, because that made most sense for the jekyll-archive plugin. That plugin is not supported on GitHub pages, so I implemented categories as a filter for posts (see e.g. http://peterdesmet.com/petridish/blog/?category=Shared+category).

However, that is conceptually more a tag than a category in my opinion:

So even though this is a breaking change, I'd prefer to use the one that conceptually makes the most sense. It also frees up categories to be used differently.