blob: 9b020088cd1b4505a027731fb7423eb1dd3e761a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"": {
"title": "Home",
"content": "/content/landing.html"
},
"1-hello-new-blog": {
"title": "Hello New Blog",
"content": "/content/posts/1-hello-new-blog.html"
},
"2-second-blog": {
"title": "Second Blog Post",
"content": "/content/posts/2-second-post.html"
}
}
|