Files
hedgeblog/posts/_metadata.json
2024-01-17 12:39:00 +05:30

29 lines
709 B
JSON

{
"example": {
"title": "Example!",
"slug": "example",
"filename": "example",
"date": "30/12/1999",
"author": "Prussia",
"tags": ["example", "fake", "please remember to remove"],
"archived": false
},
"another_example": {
"title": "Another Example!",
"slug": "another-example",
"filename": "another_example",
"date": "31/07/2023",
"author": "John Dough",
"tags": ["example", "jia", "please remember to remove"],
"archived": false
},
"archived_post": {
"title": "Archived Post",
"slug": "archived",
"filename": "archived_post",
"date": "17/01/2024",
"author": "John Dough",
"tags": ["example"],
"archived": true
}
}