chore: reorganize project into monorepo

This commit is contained in:
2026-03-28 10:40:22 +08:00
parent 60367a5f51
commit 1455d93246
201 changed files with 30081 additions and 93 deletions

View File

@@ -0,0 +1,35 @@
---
title: Welcome to Termi Blog
slug: welcome-to-termi
description: Welcome to our new blog built with Astro and Loco.rs backend.
category: general
post_type: article
pinned: true
published: true
tags:
- welcome
- astro
- loco-rs
---
# Welcome to Termi Blog
This is the first post on our new blog built with Astro and Loco.rs backend.
## Features
- Fast performance with Astro
- Terminal-style UI design
- Comments system
- Friend links
- Tags and categories
## Code Example
```rust
fn main() {
println!("Hello, Termi!");
}
```
Stay tuned for more posts!