From 6c0fda99ce470d47585f81ccf0e304c34a3772c9 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sun, 1 Jan 2023 18:38:45 -0500 Subject: [PATCH] Update README with new Content Ccollection for blog --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 876afa1..35ecb87 100644 --- a/README.md +++ b/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/ │ ├── robots.txt │ └── favicon.ico @@ -88,6 +83,12 @@ Inside AstroWind template, you'll see the following folders and files: | | ├── Header.astro | | ├── Footer.astro | | └── ... +│ ├── content/ +│ | ├── blog/ +│ | | ├── post-slug-1.md +│ | | ├── post-slug-2.mdx +│ | | └── ... +│ | └-- config.js │ ├── layouts/ │ | |── BaseLayout.astro │ | └── ...