Hello, I'm new here. I'm trying to create a modular one-page website with Grav, but without using Administration Panel.
I got to the point when my layout is displayed (I've copied it from another website I've created), but still struggling to see the content.
I've noticed some other people had a similar issue, but haven't found any solution explaining how to do it without using the Admin Panel. Could you explain me how to refer to the .md file in the .html.twig one?
Here's an example of my .md file:
title: Call to Action
anchor: call-to-action
showcase:
sup: 'Lorem ipsum dolor sit amet'
heading: 'Lorem ipsum dolor sit amet'
text: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.'
button1: 'Lorem'
button2: 'Ipsum'
---
Any advice welcome!
