---
layout: home
title: My Blog
date: 2024-01-25
hero:
  name: My Blog
  text: Personal Blog Built with VitePress
  tagline: Sharing Technology and Life
  image:
    src: /images/common/hero-background.png
    alt: VitePress Blog
  actions:
    - theme: brand
      text: Get Started
      link: /en/posts/
    - theme: alt
      text: View on GitHub
      link: https://github.com/yourusername/vitepress-blog

features:
  - icon: 📝
    title: Technical Articles
    details: In-depth technical articles and tutorials about web development, programming, and more.
    link: /en/posts/
  - icon: 💡
    title: Life Stories
    details: Personal experiences, thoughts, and stories from daily life.
    link: /en/posts/life/
  - icon: 🔧
    title: Tools & Resources
    details: Useful tools, resources, and best practices for developers.
    link: /en/posts/tools/
---
