This commit is contained in:
2026-05-16 22:18:12 +08:00
parent 290296f076
commit 40e1259a92
8 changed files with 397 additions and 0 deletions

17
pages/about.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: "About"
description: "About this blog and its author."
---
## About This Blog
This blog is built with modern web technologies:
- **Bun** + **Astro** for fast builds and static generation
- **Markdown** as the content format
- **Git** as the content management system
- **TailwindCSS** for responsive design
## About The Author
A developer who loves open source and building things with code.

10
pages/friends.md Normal file
View File

@@ -0,0 +1,10 @@
---
title: "Friends"
description: "Friendly links and recommended blogs."
---
## Blogroll
- [Astro](https://astro.build) - The web framework for content-driven websites
- [Bun](https://bun.sh) - Incredibly fast JavaScript runtime, bundler, test runner, and package manager
- [TailwindCSS](https://tailwindcss.com) - A utility-first CSS framework