Update README.md and blog post readme to clarify blog structure and page descriptions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user