Skip to content

Commit 4489514

Browse files
committed
feat(blog): update blog post
1 parent be14266 commit 4489514

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

apps/blog/posts/_index.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
{
22
"count": 2,
33
"posts": [
4-
{
5-
"slug": "the-story-behind-blogit-why-i-built-a",
6-
"title": "The Story Behind Blogit: Why I Built a Git-Powered, Local-First Blogging System",
7-
"date": "2026-03-06",
8-
"pinned": true,
9-
"tags": [
10-
"Blogit"
11-
]
12-
},
134
{
145
"slug": "why-i-chose-milkdown-for-blogit-admin",
156
"title": "Why I Chose Milkdown as the Markdown Editor for Blogit Admin",
@@ -21,6 +12,15 @@
2112
"Milkdown"
2213
],
2314
"cover": "assets/cover.png"
15+
},
16+
{
17+
"slug": "the-story-behind-blogit-why-i-built-a",
18+
"title": "The Story Behind Blogit: Why I Built a Git-Powered, Local-First Blogging System",
19+
"date": "2026-03-06",
20+
"pinned": false,
21+
"tags": [
22+
"Blogit"
23+
]
2424
}
2525
]
2626
}

apps/blog/posts/the-story-behind-blogit-why-i-built-a/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: 'The Story Behind Blogit: Why I Built a Git-Powered, Local-First Blogging System'
33
date: '2026-03-06'
4-
pinned: true
54
tags:
65
- 'Blogit'
76
---

0 commit comments

Comments
 (0)