Skip to content

Commit 9c04896

Browse files
committed
feat(blog): update blog post
1 parent 780928b commit 9c04896

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": 3,
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": "markdown-syntax-showcase",
156
"title": "Markdown Syntax Showcase",
@@ -31,6 +22,15 @@
3122
"Milkdown"
3223
],
3324
"cover": "assets/cover.png"
25+
},
26+
{
27+
"slug": "the-story-behind-blogit-why-i-built-a",
28+
"title": "The Story Behind Blogit: Why I Built a Git-Powered, Local-First Blogging System",
29+
"date": "2026-03-06",
30+
"pinned": false,
31+
"tags": [
32+
"Blogit"
33+
]
3434
}
3535
]
3636
}

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)