Skip to content

Instantly share code, notes, and snippets.

@Wilto
Last active April 9, 2018 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wilto/cfc0713e4221855d150887a1fa01e785 to your computer and use it in GitHub Desktop.
Save Wilto/cfc0713e4221855d150887a1fa01e785 to your computer and use it in GitHub Desktop.
all-posts.json
{
"posts": [
{
"title": "Recipes",
"lede": "",
"type": "landing",
"tags": "nav",
"url": "/recipes/"
},
{
"title": "Chili Oil",
"lede": "",
"type": "recipe",
"tags": "Sichuan",
"url": "/recipes/chili-oil/",
"img": {
"file": "chili-oil.jpg",
"alt": "A bowl of bright red Sichuan chili oil."
},
"ingredients": [
"Neutral Oil (e.g. Vegetable)",
"Sichuan peppercorns, toasted",
"Garlic, smashed",
"Star Anise",
"Bay Leaves",
"Cinnamon",
"Black Cardamom (Cao Guo)",
"Dried Sichuan chili peppers",
"Sichuan chili flakes",
"Sesame seeds"
]
},
{
"title": "Curry Rice",
"lede": "",
"type": "recipe",
"tags": "yoshoku",
"url": "/recipes/curry/",
"img": {
"file": "curry.jpg",
"alt": "A scoop of white rice in a pool of curry sauce."
},
"ingredients": [
"salt",
"onions",
"the rest of the curry ingredients"
]
},
{
"title": "Reviews",
"lede": "",
"type": "landing",
"tags": "nav",
"url": "/reviews/"
},
{
"title": "A Knife?",
"lede": "They’re good to have, for cooking.",
"type": "review",
"url": "/reviews/knife/",
"img": {
"file": "a-knife.jpg",
"alt": "A knife."
}
},
{
"title": "Field Skillet",
"lede": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
"type": "review",
"tags": "cookware",
"url": "/reviews/field-review/",
"img": {
"file": "field.jpg",
"alt": "A well-seasoned eight inch Field skillet."
},
"ingredients": []
},
{
"title": "Articles",
"lede": "",
"type": "landing",
"tags": "nav",
"url": "/articles/"
},
{
"title": "A Treatise on Steamed Hams",
"lede": "I hope you’re ready for an unforgettable luncheon.",
"type": "article",
"tags": "Ham",
"url": "/articles/ham/",
"img": {
"file": "aurora-borealis.jpg",
"alt": "Aurora Borealis?",
"caption": "At this time of year? At this time of day? In this part of the country? Localized entirely in your kitchen?"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment