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