Hello, World 2
This is my first blog post, introducing the purpose and tech stack of this website.
AnnouncementTech
Welcome to My Blog
This is the first post, used to test the MDX content rendering pipeline.
Tech Stack
This website is built with the following technologies:
- Next.js - React full-stack framework
- Tailwind CSS v4 - Utility-first CSS
- Velite - MDX content processing
- Shiki - Code highlighting
Code Example
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("World"));
This is just the beginning. More exciting content is coming soon.