Add support for new config.yaml

This commit is contained in:
prototypa
2023-07-27 21:52:04 -04:00
parent 8c4698412e
commit d6f3055e31
54 changed files with 860 additions and 591 deletions

View File

@ -1,7 +1,6 @@
---
publishDate: 2023-07-17T00:00:00Z
title: AstroWind template in depth
description: Internals documentation
excerpt: While easy to get started, Astrowind is quite complex internally. This page provides documentation on some of the more intricate parts.
image: ~/assets/images/stickers.jpg
category: Documentation
@ -9,7 +8,8 @@ tags:
- astro
- tailwind css
- front-end
canonical: https://astrowind.vercel.app/astrowind-template-in-depth
metadata:
canonical: https://astrowind.vercel.app/astrowind-template-in-depth
---
import DListItem from '~/components/ui/DListItem.astro';