|
|
|
@ -5,14 +5,14 @@ |
|
|
|
|
"description" : "Content on this website listed by category, tag, date.", |
|
|
|
|
"cdate" : "2020-05-20", |
|
|
|
|
"posts": [ |
|
|
|
|
{ "title": "Pellentesque eleifend", |
|
|
|
|
"path": "post/pellentesque" |
|
|
|
|
{ "title": "Nulla porttitor tellus ut leo", |
|
|
|
|
"path": "post/nulla_porttitor_tellus" |
|
|
|
|
}, |
|
|
|
|
{ "title": "Mauris elementum eros a justo", |
|
|
|
|
"path": "post/mauris_elementum" |
|
|
|
|
}, |
|
|
|
|
{ "title": "Nulla porttitor tellus ut leo", |
|
|
|
|
"path": "post/nulla_porttitor_tellus" |
|
|
|
|
{ "title": "Pellentesque eleifend", |
|
|
|
|
"path": "post/pellentesque" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"topics" : [ |
|
|
|
@ -25,15 +25,15 @@ |
|
|
|
|
{ "name": "By Tag", |
|
|
|
|
"item": [ |
|
|
|
|
{ "name": "commodo", "postnum": [ 0, 2 ] }, |
|
|
|
|
{ "name": "lectus", "postnum": [ 0 ] }, |
|
|
|
|
{ "name": "turpis", "postnum": [ 1, 2 ] } |
|
|
|
|
{ "name": "lectus", "postnum": [ 2 ] }, |
|
|
|
|
{ "name": "turpis", "postnum": [ 0, 1 ] } |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ "name": "By Date", |
|
|
|
|
"item": [ |
|
|
|
|
{ "name": "2020", "postnum": [ 0 ] }, |
|
|
|
|
{ "name": "2020", "postnum": [ 2 ] }, |
|
|
|
|
{ "name": "2019", "postnum": [ 1 ] }, |
|
|
|
|
{ "name": "2018", "postnum": [ 2 ] } |
|
|
|
|
{ "name": "2018", "postnum": [ 0 ] } |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|