archived posts, new ryuji feature

This commit is contained in:
Jon Dough
2024-01-17 12:39:00 +05:30
parent c7db9c6aaf
commit b39d26f3c4
9 changed files with 106 additions and 31 deletions

View File

@@ -5,7 +5,8 @@
"filename": "example",
"date": "30/12/1999",
"author": "Prussia",
"tags": ["example", "fake", "please remember to remove"]
"tags": ["example", "fake", "please remember to remove"],
"archived": false
},
"another_example": {
"title": "Another Example!",
@@ -13,6 +14,16 @@
"filename": "another_example",
"date": "31/07/2023",
"author": "John Dough",
"tags": ["example", "jia", "please remember to remove"]
"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
}
}