chore: reorganize project into monorepo
This commit is contained in:
35
backend/content/posts/welcome-to-termi.md
Normal file
35
backend/content/posts/welcome-to-termi.md
Normal 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!
|
||||
Reference in New Issue
Block a user