From 83e8852142121af7ba832710dd1ab5ff2f0978dc Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:59:34 -0400 Subject: [PATCH] Update project structure --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e9aeb..4b526ad 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,15 @@ Inside AstroWind template, you'll see the following folders and files: │ | |── BaseLayout.astro │ | └── ... │ ├── pages/ -│ | ├── blog/ +│ | ├── [...blog]/ | | | ├── [...page].astro | | | └── [slug].astro +│ | ├── [...categories]/ +| | | └── [category]/ +| | | └── [...page].astro +│ | ├── [...tags]/ +| | | └── [tag]/ +| | | └── [...page].astro │ | ├── index.astro | | ├── 404.astro | | └-- rss.xml.js