From a210c72431cad62b5b7c809028c8a68763e155d7 Mon Sep 17 00:00:00 2001 From: prototypa Date: Fri, 6 Jan 2023 18:49:24 -0500 Subject: [PATCH] Update project structure --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index db942c3..31e7a05 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,6 @@ Inside AstroWind template, you'll see the following folders and files: │ │ ├── common/ | | └── widgets/ | | ├── Header.astro -| | ├── Footer.astro | | └── ... │ ├── content/ │ | ├── blog/ @@ -95,17 +94,14 @@ Inside AstroWind template, you'll see the following folders and files: │ | └── ... │ ├── pages/ │ | ├── [...blog]/ +| | | ├── [category]/ +| | | ├── [tag]/ | | | ├── [...page].astro | | | └── [slug].astro -│ | ├── [...categories]/ -| | | └── [category]/ -| | | └── [...page].astro -│ | ├── [...tags]/ -| | | └── [tag]/ -| | | └── [...page].astro │ | ├── index.astro | | ├── 404.astro -| | └-- rss.xml.ts +| | ├-- rss.xml.ts +│ | └── ... │ ├── utils/ │ └── config.mjs ├── package.json