Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Steven Green Newcomer
@SteveG · Joined 1 year ago · 3 posts · 1 topics · 0 reputation
Badges
Recent posts
-
Using hierarchical markdown files to create javascript structure
· 1 year ago
I found a solution to this that works, but if someone has a better way, please chime in. I created a plugin that accesses a php global variable, I just need to be sure to bin/grav clearcache after cha
-
Using hierarchical markdown files to create javascript structure
· 1 year ago
The templates I've tried. In parent template: {% block content %} {% set portfolio_groups = [] %} {% set portfolio_model = '/user/pages/models/' ~ page.header.model %} {% for module in page.collection
-
Using hierarchical markdown files to create javascript structure
· 1 year ago
I want to pass hierarchical directory template data to javascript. I want to build an array from header data of child.md files from sub-directories. One row in the array for each sub-directory. I'm ab