From b6272a5de87450e86e5ee1639481415a2c78ce0b Mon Sep 17 00:00:00 2001 From: EFEELE Date: Mon, 14 Apr 2025 11:46:11 -0600 Subject: [PATCH] Update README.md and blog post readme to clarify blog structure and page descriptions --- README.md | 4 ++-- src/pages/blog/posts/readme-neonmint.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 201bf25..65fe067 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ │ └── ProjectLayout.astro # Projects page layout ├── 📁pages # Site pages │ ├── about-me.md # About-me page - │ ├── 📁blog - │ │ ├── all-posts.astro # All posts page + │ ├── 📁blog # All posts page │ │ ├── index.astro # Blog home page │ │ ├── 📁posts # Blog posts + ├── │ ├── └── index.astro #All posts page │ │ ├── 📁tags # Blog tags │ │ └── 📁techs # Blog technologies │ ├── index.astro # Home page diff --git a/src/pages/blog/posts/readme-neonmint.md b/src/pages/blog/posts/readme-neonmint.md index 0d99789..0454de8 100644 --- a/src/pages/blog/posts/readme-neonmint.md +++ b/src/pages/blog/posts/readme-neonmint.md @@ -47,10 +47,10 @@ languages: ["astro", "javascript", "tailwind", "markdown"] │ └── ProjectLayout.astro # Projects page layout ├── 📁pages # Site pages │ ├── about-me.md # About-me page - │ ├── 📁blog - │ │ ├── all-posts.astro # All posts page + │ │ ├── 📁blog # All posts page │ │ ├── index.astro # Blog home page │ │ ├── 📁posts # Blog posts + ├── │ ├── └── index.astro #All posts page │ │ ├── 📁tags # Blog tags │ │ └── 📁techs # Blog technologies │ ├── index.astro # Home page