# My Blog - Full Documentation Bundle for LLMs ## Overview This is a personal blog built with VitePress, featuring: - Modern, responsive design - Dark/Light theme support - Blog post listing with tags - Video content section - About page ## Technical Stack - Framework: VitePress 1.5.0 - UI: Vue 3.4 - Styling: Custom CSS with CSS Variables - Fonts: Noto Sans SC, JetBrains Mono ## Site Structure ``` / ├── index.md (Homepage with blog listing) ├── about.md (About page) ├── videos/ │ └── index.md (Video content page) ├── posts/ │ ├── hello-world.md │ ├── vitepress-blog-setup.md │ ├── 2024-year-review.md │ ├── cursor-ai-coding.md │ └── home-network-setup.md └── public/ ├── llms.txt └── llms-full.txt ``` ## Content Details ### Blog Posts Each blog post includes: - title: Post title - date: Publication date - excerpt: Short description - tags: Array of category tags ### Tags Used - 技术 (Tech) - 教程 (Tutorial) - 随笔 (Essays) - AI - 工具 (Tools) - VitePress - 网络 (Network) - 年终总结 (Year Review) ## API Endpoints - RSS Feed: /feed.xml (planned) - Sitemap: /sitemap.xml (auto-generated) ## Customization ### Theme Colors Light mode: - Brand: #10b981 (Emerald) - Background: #ffffff - Text: #1e293b Dark mode: - Brand: #34d399 - Background: #0f172a - Text: #f1f5f9 ## Author Information - Name: Me - Role: Developer & Content Creator - Tech Stack: TypeScript, Vue, Node.js, Python - Platforms: YouTube, Bilibili, GitHub ## License - Code: MIT License - Content: CC BY-NC-SA 4.0 --- Generated for LLM consumption. Last updated: 2025-12-06