Skip to content

Commit fd5ac7a

Browse files
committed
feat(blog): update blog post
1 parent c31204e commit fd5ac7a

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

apps/blog/posts/_index.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"count": 3,
33
"posts": [
44
{
5-
"slug": "markdown-syntax-showcase",
6-
"title": "Markdown Syntax Showcase",
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",
77
"date": "2026-03-06",
8-
"pinned": false,
8+
"pinned": true,
99
"tags": [
10-
"Blogit",
11-
"Markdown Preview"
10+
"Blogit"
1211
]
1312
},
1413
{
15-
"slug": "the-story-behind-blogit-why-i-built-a",
16-
"title": "The Story Behind Blogit: Why I Built a Git-Powered, Local-First Blogging System",
14+
"slug": "markdown-syntax-showcase",
15+
"title": "Markdown Syntax Showcase",
1716
"date": "2026-03-06",
1817
"pinned": false,
1918
"tags": [
20-
"Blogit"
19+
"Blogit",
20+
"Markdown Preview"
2121
]
2222
},
2323
{

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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
45
tags:
56
- 'Blogit'
67
---

0 commit comments

Comments
 (0)