Last active
August 29, 2015 14:08
-
-
Save seansawyer/2d5616a5ccbb5b363c40 to your computer and use it in GitHub Desktop.
Response format for post creation
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
| { | |
| "cloned": true, | |
| "content": "---\nlayout: post\ntitle: \"Welcome to the Dirty\"\ndate: 2014-11-08 13:27:37\n\n# user-defined metadata\nimage:\n url: http://instagram.com/p/tO77AKB5QU/\n numdogs: 2\n numgirls: 1\n names:\n - Rebel\n - Dirty\n - Dog\n---\n\n\n## Dirty's Staff\n\nThere are {{page.image.numdogs}} dogs and {{page.image.numgirls}} babe work at Dirty's.\n\nTheir names are:\n{% for names in page.image.names %}\n* {{names}}\n{% endfor %}\n\n### Company Photo\n\n{% assign url={{page.image.url}} %}\n{% include embedly.html url=url %}\n", | |
| "front_matter_json": { | |
| "date": "Sat, 08 Nov 2014 13:27:37 GMT", | |
| "image": { | |
| "names": [ | |
| "Rebel", | |
| "Dirty", | |
| "Dog" | |
| ], | |
| "numdogs": 2, | |
| "numgirls": 1, | |
| "url": "http://instagram.com/p/tO77AKB5QU/" | |
| }, | |
| "layout": "post", | |
| "title": "Welcome to the Dirty" | |
| }, | |
| "front_matter_yaml": "layout: post\ntitle: \"Welcome to the Dirty\"\ndate: 2014-11-08 13:27:37\n\n# user-defined metadata\nimage:\n url: http://instagram.com/p/tO77AKB5QU/\n numdogs: 2\n numgirls: 1\n names:\n - Rebel\n - Dirty\n - Dog\n", | |
| "id": "db986955-ebbb-4e09-8c53-1b338890d4c9", | |
| "markdown": "\n## Dirty's Staff\n\nThere are {{page.image.numdogs}} dogs and {{page.image.numgirls}} babe work at Dirty's.\n\nTheir names are:\n{% for names in page.image.names %}\n* {{names}}\n{% endfor %}\n\n### Company Photo\n\n{% assign url={{page.image.url}} %}\n{% include embedly.html url=url %}\n", | |
| "path": "_posts/2014-11-08-stay-dirty.html", | |
| "remote_file": { | |
| "repo": "dirtys-pages", | |
| "user": "https://github.com/seansawyer/dirtys-pages/blob/master/_posts/2014-11-08-stay-dirty.html", | |
| "url": "seansawyer" | |
| }, | |
| "working_dir": "/tmp/dirtys-pages_1416081718" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment