Hello, World!
·
#General
Welcome to Xiaopi’s Blog
This is my personal blog where I’ll share:
- Tech — Frontend, Backend, DevOps and more
- Life — Book notes, travel, daily thoughts
- Projects — Open source projects I’m involved in
Tech Stack
This blog is built with:
- Astro — High-performance static site generator
- Tailwind CSS — Utility-first CSS framework
- Cloudflare Pages — Deployment platform
Code Example
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('World'));
Stay curious, keep learning.
More content coming soon!