mirror of
https://github.com/10h30/blog-balodeplao.git
synced 2026-05-12 15:21:15 +09:00
feat: update blog structure and content for balodeplao.com
This commit is contained in:
@@ -1,39 +1,67 @@
|
||||
# 🚀 Astro Starter Pro
|
||||
# Balodeplao.com — Family Travel Blog
|
||||
|
||||
**Astro Starter Pro** is a professional, open-source template for building fast websites using **[Astro 5](https://astro.build/) + [Tailwind CSS 4](https://tailwindcss.com/)**. Designed with industry best practices, optimized SEO, and a modern development experience.
|
||||
Welcome to the codebase for [balodeplao.com](https://balodeplao.com) — our family travel blog! Here, we share stories, tips, and experiences from our journeys around the world. This site is built to inspire, inform, and connect with fellow travelers and families who love to explore.
|
||||
|
||||
<br>
|
||||
---
|
||||
|
||||
[](https://github.com/devgelo-labs/astro-starter-pro)
|
||||
[](https://github.com/devgelo-labs/astro-starter-pro)
|
||||
[](./LICENSE)
|
||||
[](https://astro.build/)
|
||||
[](https://tailwindcss.com/)
|
||||
[](https://github.com/devgelo-labs)
|
||||
## About
|
||||
|
||||
<br>
|
||||
This repository hosts the source code for our family travel blog, [balodeplao.com](https://balodeplao.com). The blog features:
|
||||
|
||||
<details open>
|
||||
<summary>Table of Contents</summary>
|
||||
- ✈️ Personal travel stories and guides
|
||||
- 🏝️ Family-friendly destinations and tips
|
||||
- 📸 Photo galleries and travel inspiration
|
||||
- 📝 Practical advice for traveling with kids
|
||||
|
||||
- [Demo](#demo)
|
||||
- [Features](#features)
|
||||
- [Tech Stack](#tech-stack)
|
||||
- [Project Structure](#project-structure)
|
||||
- [Quick Start](#quick-start)
|
||||
- [Configuration](#configuration)
|
||||
- [Content Management](#content-management)
|
||||
- [Commands](#commands)
|
||||
- [Support the Project](#support-the-project)
|
||||
- [License](#license)
|
||||
---
|
||||
|
||||
</details>
|
||||
## Tech Stack
|
||||
|
||||
<br>
|
||||
This blog is built with modern, high-performance technologies:
|
||||
|
||||
## Demo
|
||||
- **[Astro](https://astro.build/)** (based on Astro Starter Theme)
|
||||
- **[Tailwind CSS](https://tailwindcss.com/)**
|
||||
- **TypeScript**
|
||||
- **MDX/Markdown** for content
|
||||
|
||||
📌 [https://astrostarterpro.com/](https://astrostarterpro.com/)
|
||||
---
|
||||
|
||||
## Features
|
||||
|
||||
- Responsive, fast, and SEO-optimized
|
||||
- Dark & Light mode
|
||||
- Content collections for easy blog management
|
||||
- Reusable components and layouts
|
||||
- RSS feed, sitemap, and meta tags for discoverability
|
||||
|
||||
---
|
||||
|
||||
## Getting Started
|
||||
|
||||
To run the blog locally:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/10h30/blog-balodeplao.git
|
||||
cd blog-balodeplao
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Contributing
|
||||
|
||||
This is a personal/family project, but suggestions and improvements are welcome! Feel free to open an issue or pull request.
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the **MIT** license. See the [LICENSE](./LICENSE) file for details.
|
||||
|
||||
---
|
||||
|
||||
> _Originally based on Astro Starter Theme. Customized and expanded for our family travel blog._
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user