Skip to content

Commit dfad587

Browse files
Pixelclaude
authored andcommitted
Fix docs: use Astro v6 consistently and add 2025 to README awards
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1e2f216 commit dfad587

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Project Overview
44

5-
AstroWind is a free, open-source website template built with **Astro 6** and **Tailwind CSS v4**. It generates a fully static site optimized for performance, SEO, and accessibility.
5+
AstroWind is a free, open-source website template built with **Astro v6** and **Tailwind CSS v4**. It generates a fully static site optimized for performance, SEO, and accessibility.
66

7-
**Stack:** Astro 6 | Tailwind CSS v4 | TypeScript 5.9 | MDX | Sharp
7+
**Stack:** Astro v6 | Tailwind CSS v4 | TypeScript 5.9 | MDX | Sharp
88

99
## Quick Reference
1010

@@ -31,7 +31,7 @@ src/
3131
widgets/ # Page sections: Hero, Features, Pricing, Header, Footer
3232
blog/ # Blog: SinglePost, List, Pagination, Tags
3333
CustomStyles.astro # CSS variables for colors and fonts
34-
content.config.ts # Content Collections schema (Astro 6 location)
34+
content.config.ts # Content Collections schema (Astro v6 location)
3535
data/post/ # Blog posts (.md, .mdx)
3636
layouts/ # Layout.astro, PageLayout.astro, MarkdownLayout.astro
3737
pages/ # File-based routing
@@ -75,7 +75,7 @@ Components use `twMerge` from `tailwind-merge` v3 for conditional class composit
7575

7676
## Content Collections
7777

78-
Defined in `src/content.config.ts` using the Astro 6 Content Layer API with `glob()` loader. Posts are in `src/data/post/` as `.md` or `.mdx` files.
78+
Defined in `src/content.config.ts` using the Astro v6 Content Layer API with `glob()` loader. Posts are in `src/data/post/` as `.md` or `.mdx` files.
7979

8080
Post frontmatter: `title` (required), `publishDate`, `updateDate`, `draft`, `excerpt`, `image`, `category`, `tags`, `author`, `metadata`.
8181

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<img src="https://raw.githubusercontent.com/arthelokyo/.github/main/resources/astrowind/lighthouse-score.png" align="right"
44
alt="AstroWind Lighthouse Score" width="100" height="358">
55

6-
🌟 _Most *starred* & *forked* Astro theme in 2022, 2023 & 2024_. 🌟
6+
🌟 _Most *starred* & *forked* Astro theme in 2022, 2023, 2024 & 2025_. 🌟
77

8-
**AstroWind** is a free and open-source template to make your website using **[Astro 6](https://astro.build/) + [Tailwind CSS v4](https://tailwindcss.com/)**. Ready to start a new project and designed taking into account web best practices.
8+
**AstroWind** is a free and open-source template to make your website using **[Astro v6](https://astro.build/) + [Tailwind CSS v4](https://tailwindcss.com/)**. Ready to start a new project and designed taking into account web best practices.
99

1010
-**Production-ready** scores in **PageSpeed Insights** reports.
1111
- ✅ Integration with **Tailwind CSS v4** supporting **Dark mode** and **_RTL_**.
@@ -60,7 +60,7 @@
6060

6161
**AstroWind 2.0** brings a major modernization of the template stack:
6262

63-
- **Astro 6** with the latest Content Collections API and performance improvements
63+
- **Astro v6** with the latest Content Collections API and performance improvements
6464
- **Tailwind CSS v4** with CSS-first configuration (no more `tailwind.config.js`)
6565
- **Node.js >= 22.12.0** required
6666
- Optimized PageSpeed scores with `fetchpriority`, font preloading, and preconnect hints
@@ -78,7 +78,7 @@ npm create astro@latest -- --template arthelokyo/astrowind
7878

7979
## Getting started
8080

81-
**AstroWind** tries to give you quick access to creating a website using [Astro 6](https://astro.build/) + [Tailwind CSS v4](https://tailwindcss.com/). It's a free theme which focuses on simplicity, good practices and high performance.
81+
**AstroWind** tries to give you quick access to creating a website using [Astro v6](https://astro.build/) + [Tailwind CSS v4](https://tailwindcss.com/). It's a free theme which focuses on simplicity, good practices and high performance.
8282

8383
Very little vanilla javascript is used only to provide basic functionality so that each developer decides which framework (React, Vue, Svelte, Solid JS...) to use and how to approach their goals.
8484

0 commit comments

Comments
 (0)