Update README with new Content Ccollection for blog
This commit is contained in:
11
README.md
11
README.md
@ -67,11 +67,6 @@ Inside AstroWind template, you'll see the following folders and files:
|
|||||||
|
|
||||||
```
|
```
|
||||||
/
|
/
|
||||||
├── data/
|
|
||||||
| └── blog/
|
|
||||||
| ├── post-slug-1.md
|
|
||||||
| ├── post-slug-2.mdx
|
|
||||||
| └── ...
|
|
||||||
├── public/
|
├── public/
|
||||||
│ ├── robots.txt
|
│ ├── robots.txt
|
||||||
│ └── favicon.ico
|
│ └── favicon.ico
|
||||||
@ -88,6 +83,12 @@ Inside AstroWind template, you'll see the following folders and files:
|
|||||||
| | ├── Header.astro
|
| | ├── Header.astro
|
||||||
| | ├── Footer.astro
|
| | ├── Footer.astro
|
||||||
| | └── ...
|
| | └── ...
|
||||||
|
│ ├── content/
|
||||||
|
│ | ├── blog/
|
||||||
|
│ | | ├── post-slug-1.md
|
||||||
|
│ | | ├── post-slug-2.mdx
|
||||||
|
│ | | └── ...
|
||||||
|
│ | └-- config.js
|
||||||
│ ├── layouts/
|
│ ├── layouts/
|
||||||
│ | |── BaseLayout.astro
|
│ | |── BaseLayout.astro
|
||||||
│ | └── ...
|
│ | └── ...
|
||||||
|
Reference in New Issue
Block a user