You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the source code for the Gosuda static website and blog. All content is written in Markdown and automatically processed through CI/CD for **translation and deployment**.
6
+
7
+
## ✍️ Writing a new post
8
+
9
+
### 1. **Create a Markdown file in `/root/blog/`**
10
+
```bash
11
+
blog/my-new-post.md
12
+
```
13
+
14
+
### 2. **Add frontmatter metadata (at the top of the file)**
0 commit comments