Skip to content

Commit cd610d7

Browse files
committed
**Update media handling and metadata**
- Add new media folder for Hugo Hino blog - Update category and tag counts in admin editor - Improve media upload and deletion handlers - Add new GitHub Copilot tag - Update media database schema
1 parent 5f795f7 commit cd610d7

9 files changed

Lines changed: 1367 additions & 1110 deletions

File tree

.frontmatter/database/mediaDb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"github":{"d-oit.github.io":{"doitblog":{"static":{"img":{"logo":{}}},"assets":{"img":{"logo":{},"blog":{}}},"tests":{}}}},"git":{"d-oit":{"blog":{"d-oit.github.io":{"tests":{},"assets":{"img":{"about_collage":{}}}}}}}}
1+
{"github":{"d-oit.github.io":{"doitblog":{"static":{"img":{"logo":{}}},"assets":{"img":{"logo":{},"blog":{}}},"tests":{}}}},"git":{"d-oit":{"blog":{"d-oit.github.io":{"tests":{},"assets":{"img":{"about_collage":{}}}}}},"hugohinodeblog":{"d-oit.github.io":{"assets":{"img":{"blog":{}}}}}}}

adminEditor/data/categories.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
{
88
"name": "Software Development",
9-
"count": 7
9+
"count": 8
1010
}
1111
]
1212
}

adminEditor/data/tags.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,22 @@
4242
},
4343
{
4444
"name": "GitHub",
45-
"count": 1
45+
"count": 2
4646
},
4747
{
4848
"name": "AI",
49-
"count": 2
49+
"count": 3
5050
},
5151
{
5252
"name": "Roo Code",
53-
"count": 1
53+
"count": 2
5454
},
5555
{
5656
"name": "Git",
57+
"count": 2
58+
},
59+
{
60+
"name": "GitHub Copilot",
5761
"count": 1
5862
}
5963
]

0 commit comments

Comments
 (0)