Created
September 8, 2016 20:08
-
-
Save mattbrailsford/20ad11c7a70d730923bccc046f3491e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "{{title}}", | |
"description": "Hard coded description", | |
"posts": [ | |
{ | |
"#each $..pages[?(@.view == 'BlogPost')]": { | |
"title": "{{title}}", | |
"url" : "{{url}}", | |
"visible" : "{{visible}}" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment