https://github.com/sofidevo/pantilla-astro
Plantilla base para proyecto astro limpio con SEO optimizado
https://github.com/sofidevo/pantilla-astro
Last synced: 11 months ago
JSON representation
Plantilla base para proyecto astro limpio con SEO optimizado
- Host: GitHub
- URL: https://github.com/sofidevo/pantilla-astro
- Owner: SofiDevO
- Created: 2025-07-12T08:03:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-12T08:13:28.000Z (11 months ago)
- Last Synced: 2025-07-12T10:11:53.013Z (11 months ago)
- Language: Astro
- Size: 2.57 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Astro Clean Template
A minimal, SEO-ready Astro template with Tailwind CSS integration to kickstart your web projects.
## ✨ Features
- ⚡️ **Astro** - The modern web framework for building fast, content-focused websites
- 🎨 **Tailwind CSS** - A utility-first CSS framework packed with classes
- 🔎 **SEO Optimized** - Includes essential meta tags for better search engine visibility
- 📝 **Clean Code** - Well-structured and maintainable codebase
## 🛠️ Tech Stack
- [Astro](https://astro.build)
- [Tailwind CSS](https://tailwindcss.com)
## 🚀 Getting Started
1. Create a new project using this template:
```bash
create-astro --template SofiDevO/plantilla-astro
```
2. Install dependencies:
```bash
npm install
```
3. Start the development server:
```bash
npm run dev
```
4. Open your browser and visit `http://localhost:4321`
## 📁 Project Structure
```
/
├── public/
│ ├── favicon.svg
│ └── images/
│ └── portada.png
├── src/
│ ├── components/
│ │ └── BaseHead.astro
│ ├── layouts/
│ │ └── Layout.astro
│ ├── pages/
│ │ ├── index.astro
│ │ └── 404.astro
│ └── styles/
│ └── global.css
└── package.json
```
## 🔧 Configuration
### SEO Configuration
The template includes a `BaseHead.astro` component that handles all SEO-related meta tags. It supports:
- Title and description meta tags
- Open Graph meta tags for social sharing
- Twitter Card meta tags
- Canonical URL
- Favicon
### Tailwind Configuration
Tailwind CSS is pre-configured and ready to use. Customization can be done through the Astro configuration file (`astro.config.mjs`).
## 📝 License
MIT License - feel free to use this template for any project!
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!