mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-01-05 08:33:51 +01:00
25 lines
484 B
JSON
25 lines
484 B
JSON
{
|
|
"title": "Recent posts",
|
|
"items": [
|
|
{
|
|
"title": "Welcome",
|
|
"permalink": "/blog/welcome",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"title": "MDX Blog Post",
|
|
"permalink": "/blog/mdx-blog-post",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"title": "Long Blog Post",
|
|
"permalink": "/blog/long-blog-post",
|
|
"unlisted": false
|
|
},
|
|
{
|
|
"title": "First Blog Post",
|
|
"permalink": "/blog/first-blog-post",
|
|
"unlisted": false
|
|
}
|
|
]
|
|
} |