init
This commit is contained in:
17
pages/about.md
Normal file
17
pages/about.md
Normal 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
10
pages/friends.md
Normal 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
|
||||
Reference in New Issue
Block a user