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

15
data/friends.yaml Normal file
View File

@@ -0,0 +1,15 @@
groups:
- title: "Recommended"
links:
- name: "Astro"
avatar: "https://astro.build/favicon.svg"
description: "The web framework for content-driven websites"
url: "https://astro.build"
- name: "Bun"
avatar: "https://bun.sh/favicon.svg"
description: "Incredibly fast JavaScript runtime, bundler, test runner, and package manager"
url: "https://bun.sh"
- name: "Tailwind CSS"
avatar: "https://tailwindcss.com/favicons/favicon.ico"
description: "A utility-first CSS framework for rapid UI development"
url: "https://tailwindcss.com"