Migrate to typescript

This commit is contained in:
prototypa
2023-01-02 10:51:51 -05:00
parent ba0e67b55f
commit f158d32181
28 changed files with 172 additions and 85 deletions

View File

@ -3,7 +3,7 @@
<img src="lighthouse-score.png" align="right"
alt="AstroWind Lighthouse Score" width="100" height="358">
**AstroWind** is a free and open-source template to make your website using **[Astro](https://astro.build/) + [Tailwind CSS](https://tailwindcss.com/)**. Ready to start a new project and designed taking into account best practices. 🌟 **Most *starred* & *forked* Astro theme in 2022**.
**AstroWind** is a free and open-source template to make your website using **[Astro](https://astro.build/) + [Tailwind CSS](https://tailwindcss.com/)**. Ready to start a new project and designed taking into account best practices. 🌟 **Most _starred_ & _forked_ Astro theme in 2022**.
## Features
@ -88,7 +88,7 @@ Inside AstroWind template, you'll see the following folders and files:
│ | | ├── post-slug-1.md
│ | | ├── post-slug-2.mdx
│ | | └── ...
│ | └-- config.js
│ | └-- config.ts
│ ├── layouts/
│ | |── BaseLayout.astro
│ | └── ...
@ -104,7 +104,7 @@ Inside AstroWind template, you'll see the following folders and files:
| | | └── [...page].astro
│ | ├── index.astro
| | ├── 404.astro
| | └-- rss.xml.js
| | └-- rss.xml.ts
│ ├── utils/
│ └── config.mjs
├── package.json