refactor(blog): update blog post layouts and remove index pages

- Replace BlogLayout with new BlogPostLayout for better post styling
- Remove unused blog post index pages
- Add new blog post layout with enhanced typography and metadata
This commit is contained in:
joyzhao
2025-06-16 22:30:40 +08:00
parent 70b6a27021
commit d22174e0dc
12 changed files with 134 additions and 57 deletions

View File

@@ -6,7 +6,7 @@ date: "April 15, 2025"
readTime: "6 min read"
tags: ["CSS", "Tailwind", "UI/UX"]
slug: "modern-ui-tailwind"
layout: "../../../layouts/BlogLayout.astro"
layout: "../../../layouts/BlogPostLayout.astro"
---
# Building Modern UIs with Tailwind CSS