How to create a menu for a listings page?

Hi,

I’m using the Agency theme: https://github.com/getgrav/grav-skeleton-agency-site

My main landing page looks really great with this Modular theme, however I wish to extend my site to have standalone product pages.

This is what I have:

user\pages\01.home
user\pages\01.home_header
user\pages\01.home_services
user\pages\01.home_team
user\pages hankyou

This is what I created.

user\pages\02.solutions
user\pages\02.solutions\product1
user\pages\02.solutions\product2
user\pages\02.solutions\product3

In my “solutions” part I want to have a menu similar to the one I see under home only not modular, I want this to be a listings page that points to the three products.

How can I setup that menu? Or more specifically which template enables that? default.md doesn’t show any menu.

Kind regards,

Allan.

Agency is a theme built around a modular page. It provides a default page type, but it has no navigation: https://github.com/getgrav/grav-theme-agency/blob/develop/templates/default.html.twig#L2

Not sure why, it’s a design / theme building decision.

You can tweak it and remove that line, that should show the menu, as defined in https://github.com/getgrav/grav-theme-agency/blob/develop/templates/partials/navigation.html.twig