frank
frank copied to clipboard
Generating a list of pages through page meta data
Is there currently a solution to generate a list of pages with similar yaml meta data? IE a list of "Articles".
If this reaches beyond the scope of the core project, I apologize in advance.
Thanks!
Ryan
There isn't anything baked in. It's fairly easy to write a helper method to handle it though. I do something similar on my blog: https://github.com/blahed/blahed.com
I would like to figure out a general way to handle this, but it's sort of a difficult thing to generalize about.