36 lines
573 B
Markdown
36 lines
573 B
Markdown
---
|
|
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!
|