Getting Started
Published on January 1, 2024
Welcome
Welcome to my blog! This is a sample post to demonstrate the basic features of this blog.
Features
This blog supports the following features:
- Markdown Writing: Write posts using familiar Markdown syntax
- Code Highlighting: Syntax highlighting for multiple programming languages
- Dark Mode: Support for light and dark theme switching
- Internationalization: Support for Chinese and English switching
Code Example
fn main() {
println!("Hello, World!");
}
Next Steps
Start adding your own posts in the src/content/blog/en directory!