Update project structure
This commit is contained in:
@ -78,9 +78,15 @@ Inside AstroWind template, you'll see the following folders and files:
|
|||||||
│ | |── BaseLayout.astro
|
│ | |── BaseLayout.astro
|
||||||
│ | └── ...
|
│ | └── ...
|
||||||
│ ├── pages/
|
│ ├── pages/
|
||||||
│ | ├── blog/
|
│ | ├── [...blog]/
|
||||||
| | | ├── [...page].astro
|
| | | ├── [...page].astro
|
||||||
| | | └── [slug].astro
|
| | | └── [slug].astro
|
||||||
|
│ | ├── [...categories]/
|
||||||
|
| | | └── [category]/
|
||||||
|
| | | └── [...page].astro
|
||||||
|
│ | ├── [...tags]/
|
||||||
|
| | | └── [tag]/
|
||||||
|
| | | └── [...page].astro
|
||||||
│ | ├── index.astro
|
│ | ├── index.astro
|
||||||
| | ├── 404.astro
|
| | ├── 404.astro
|
||||||
| | └-- rss.xml.js
|
| | └-- rss.xml.js
|
||||||
|
Reference in New Issue
Block a user