Created
December 31, 2014 03:12
-
-
Save mindmergedesign/c9beb46f5889c28b9489 to your computer and use it in GitHub Desktop.
Create a JSON file from Statamic content
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
| [ | |
| {{ entries:listing folder="blog" taxonomy="no" }} | |
| { | |
| "title" : "{{ title }}", | |
| "summary" : "{{ summary|smartypants|markdown }}" | |
| }{{ if !last }},{{ endif }} | |
| {{ /entries:listing }} | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment