Hello,
I am new to Grav and would like to update my homepage using this CMS. I've been experimenting with the Future2021 theme, but I realize I need to learn more about how Grav works first.
I'm particularly struggling with creating my Articles page, which needs to display multiple types of articles. Here's what I'm trying to achieve:
-
When users click on "Articles" in the navigation, they should see a list of existing article categories (for example: Texas, STM, RTOS, etc.)
-
When they select a category, they should see a list of articles within that category
-
Each article should have a "Read more" link to view the full content
I'm facing several issues and I'm not sure if I'm approaching this correctly. I don't know which classes to use or how to properly structure this organization. I can never seem to get this hierarchy working properly.
Here is my website so you can get an idea of what I'm trying to accomplish: https://embedded-semrade.com/articles/
I would be very grateful if someone could help me with this Articles section.
Thank you!