Update README.md and blog post readme to clarify blog structure and page descriptions

This commit is contained in:
EFEELE
2025-04-14 11:46:11 -06:00
parent e5127ecb61
commit b6272a5de8
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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