Skip to content

Instantly share code, notes, and snippets.

@takakd
Created November 6, 2017 17:13
Show Gist options
  • Save takakd/9b3c349836be212716d7d7e6e78d2e57 to your computer and use it in GitHub Desktop.
Save takakd/9b3c349836be212716d7d7e6e78d2e57 to your computer and use it in GitHub Desktop.
sample-hugo-json
{
"posts": [
{
"id" : "20171004010101",
"date" : "2017.10.04",
"title" : "Post4",
"summary" : "etc4 etc4\u0026hellip;",
"body" : "\u003cp\u003eetc4 etc4\u0026hellip;\u003c/p\u003e\n",
"tags" : [],
"some-ex-param" : "test4"
},{
"id" : "20171003010101",
"date" : "2017.10.03",
"title" : "Post3",
"summary" : "etc3 etc3\u0026hellip;",
"body" : "\u003cp\u003eetc3 etc3\u0026hellip;\u003c/p\u003e\n",
"tags" : [],
"some-ex-param" : false
},{
"id" : "20171002010101",
"date" : "2017.10.02",
"title" : "Post2",
"summary" : "etc2 etc2\u0026hellip;",
"body" : "\u003cp\u003eetc2 etc2\u0026hellip;\u003c/p\u003e\n",
"tags" : [],
"some-ex-param" : false
},{
"id" : "20171001010101",
"date" : "2017.10.01",
"title" : "Post1",
"summary" : "etc1 etc1\u0026hellip;",
"body" : "\u003cp\u003eetc1 etc1\u0026hellip;\u003c/p\u003e\n",
"tags" : [],
"some-ex-param" : false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment