Update project structure
This commit is contained in:
12
README.md
12
README.md
@ -82,7 +82,6 @@ Inside AstroWind template, you'll see the following folders and files:
|
|||||||
│ │ ├── common/
|
│ │ ├── common/
|
||||||
| | └── widgets/
|
| | └── widgets/
|
||||||
| | ├── Header.astro
|
| | ├── Header.astro
|
||||||
| | ├── Footer.astro
|
|
||||||
| | └── ...
|
| | └── ...
|
||||||
│ ├── content/
|
│ ├── content/
|
||||||
│ | ├── blog/
|
│ | ├── blog/
|
||||||
@ -95,17 +94,14 @@ Inside AstroWind template, you'll see the following folders and files:
|
|||||||
│ | └── ...
|
│ | └── ...
|
||||||
│ ├── pages/
|
│ ├── pages/
|
||||||
│ | ├── [...blog]/
|
│ | ├── [...blog]/
|
||||||
|
| | | ├── [category]/
|
||||||
|
| | | ├── [tag]/
|
||||||
| | | ├── [...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.ts
|
| | ├-- rss.xml.ts
|
||||||
|
│ | └── ...
|
||||||
│ ├── utils/
|
│ ├── utils/
|
||||||
│ └── config.mjs
|
│ └── config.mjs
|
||||||
├── package.json
|
├── package.json
|
||||||
|
Reference in New Issue
Block a user