The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I’ve finally had a chance to try this out and it does pretty much everything I would need!
At this stage the only real issue I’m bumping up against is that doesn’t escape multi-line content in the YAML front matter correctly. One thing that might be ...
You are a hero! Thank you. I’m sure something like this will be useful to a lot of people!
Yeah, basically I’m a front-end designer who’s pretty comfortable with template languages like Liquid and Twig (and, ugh, even Smarty) so loops, at least, are ...
You can tell I’m not a programmer because I haven’t set up a git repo yet!
Anyway, I had some other things broken and I got it to work like the following code, though if there’s a more elegant way I’d love to hear it!
items = ["paints", "makers"]
it...
I have now got something working using the data-page-generator plugin, and currently stuck on the best way to output multiple tables from the same Base. I tried setting up an array of the tables then looping the above code but my level of Ruby unders...