add starting posts and gh workflow

This commit is contained in:
jetstream0
2023-08-01 22:25:48 -07:00
parent 2d51d07823
commit 1e1349fd0b
8 changed files with 253 additions and 48 deletions

View File

@@ -1,18 +1,26 @@
{
"example": {
"title": "Example!",
"slug": "example",
"filename": "example",
"date": "30/12/1999",
"author": "Prussia",
"tags": ["example", "fake", "please remember to remove"]
"meta": {
"title": "meta",
"slug": "meta",
"filename": "meta",
"date": "01/08/2023",
"author": "jetstream0/Prussia",
"tags": ["code", "project", "web", "markdown"]
},
"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"]
"ryuji-docs": {
"title": "Ryuji Documentation",
"slug": "ryuji-docs",
"filename": "ryuji_docs",
"date": "02/08/2023",
"author": "jetstream0/Prussia",
"tags": ["code", "project", "web", "docs"]
},
"saki-docs": {
"title": "Saki Documentation",
"slug": "saki-docs",
"filename": "saki_docs",
"date": "02/08/2023",
"author": "jetstream0/Prussia",
"tags": ["code", "project", "web", "build", "docs"]
}
}