Trouble Managing Blog Post Categories in Jekyll – Any Tips?

Hello everyone!

I have recently started using Jekyll for my personal blog and, while I appreciate the simplicity and flexibility of it, I am having difficulty managing categories for my posts. I am trying to clear up my content by categories but am confused about how to properly organize my config.yml and post front matter to make it work seamlessly. I have seen some tutorials on this and some mention categories: [category1, category2] and others just a string.

Is there a way to list category pages automatically, without having to create one manually for every category? I have tried some plugins to do this, but I would prefer a native Jekyll solution, since I am hosting on GitHub Pages

I will appreciate any advice or working examples from your Jekyll setups; how do you all manage categories and get good clean navigation / index pages for them?

Thank you in advance to the great Jekyll community - your replies in previous threads have already helped me tons! :raising_hands: