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