Hello World
2024-01-12·Your Name·5 min read
Hello World
Welcome to my first blog post! This is a sample article to demonstrate how the blog system works.
Features
- Markdown support
- Code highlighting
- Multi-language support
- SEO optimized
Code Example
function hello(name: string) {
console.log(`Hello, ${name}!`);
}
What's Next?
Stay tuned for more content!