Skip to content

Instantly share code, notes, and snippets.

@mindmergedesign
Created December 31, 2014 03:12
Show Gist options
  • Select an option

  • Save mindmergedesign/c9beb46f5889c28b9489 to your computer and use it in GitHub Desktop.

Select an option

Save mindmergedesign/c9beb46f5889c28b9489 to your computer and use it in GitHub Desktop.
Create a JSON file from Statamic content
[
{{ 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