--- import Grid from '~/components/blog/Grid.astro'; import { getBlogPermalink } from '~/utils/permalinks'; import { findPostsByIds } from '~/utils/posts'; const ids = [ 'get-started-website-with-astro-tailwind-css.md', 'how-to-customize-astrowind-to-your-brand.md', 'useful-resources-to-create-websites.md', 'astrowind-template-in-depth.md', ]; const posts = await findPostsByIds(ids); ---

Find out more content in our Blog

The blog will be used to display AstroWind documentation. Each new article will be an important step that you will need to know to be an expert in creating a website using Astro + Tailwind CSS The blog does not exist yet, but very soon. Astro is a very interesting technology. Thanks.