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
|
│ └── ProjectLayout.astro # Projects page layout
|
||||||
├── 📁pages # Site pages
|
├── 📁pages # Site pages
|
||||||
│ ├── about-me.md # About-me page
|
│ ├── about-me.md # About-me page
|
||||||
│ ├── 📁blog
|
│ ├── 📁blog # All posts page
|
||||||
│ │ ├── all-posts.astro # All posts page
|
|
||||||
│ │ ├── index.astro # Blog home page
|
│ │ ├── index.astro # Blog home page
|
||||||
│ │ ├── 📁posts # Blog posts
|
│ │ ├── 📁posts # Blog posts
|
||||||
|
├── │ ├── └── index.astro #All posts page
|
||||||
│ │ ├── 📁tags # Blog tags
|
│ │ ├── 📁tags # Blog tags
|
||||||
│ │ └── 📁techs # Blog technologies
|
│ │ └── 📁techs # Blog technologies
|
||||||
│ ├── index.astro # Home page
|
│ ├── index.astro # Home page
|
||||||
|
|||||||
@@ -47,10 +47,10 @@ languages: ["astro", "javascript", "tailwind", "markdown"]
|
|||||||
│ └── ProjectLayout.astro # Projects page layout
|
│ └── ProjectLayout.astro # Projects page layout
|
||||||
├── 📁pages # Site pages
|
├── 📁pages # Site pages
|
||||||
│ ├── about-me.md # About-me page
|
│ ├── about-me.md # About-me page
|
||||||
│ ├── 📁blog
|
│ │ ├── 📁blog # All posts page
|
||||||
│ │ ├── all-posts.astro # All posts page
|
|
||||||
│ │ ├── index.astro # Blog home page
|
│ │ ├── index.astro # Blog home page
|
||||||
│ │ ├── 📁posts # Blog posts
|
│ │ ├── 📁posts # Blog posts
|
||||||
|
├── │ ├── └── index.astro #All posts page
|
||||||
│ │ ├── 📁tags # Blog tags
|
│ │ ├── 📁tags # Blog tags
|
||||||
│ │ └── 📁techs # Blog technologies
|
│ │ └── 📁techs # Blog technologies
|
||||||
│ ├── index.astro # Home page
|
│ ├── index.astro # Home page
|
||||||
|
|||||||
Reference in New Issue
Block a user