Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Astro Air is a minimalist, personal blog theme built for Astro, offering a clean design and full responsiveness for modern web development.
Astro Air is a minimalism, personal blog theme for Astro, designed to provide a clean and responsive blogging experience. It emphasizes simplicity and performance, making it an excellent choice for developers looking to quickly set up a personal blog.
If you find this project helpful, please consider giving it a star βοΈ
Welcome to add your own blog to the list β€οΈ
Deploy your own Astro Air blog instantly with Vercel or Netlify:
src/config/index.ts and customize your site settings.src/config/links.ts and customize your site links.src/config/zh(en)/about.mdx(intro.mdxγlinks.mdx) and customize your pages content.src/content/posts/ directory.---
title: "Your Post Title"
description: "A brief description of your post"
pubDate: YYYY-MM-DD
updatedDate(optional): YYYY-MM-DD
tags(optional): ["tag1", "tag2"]
ogImage(optional): "cover image URL"
---
Your content here...To keep your theme up-to-date with the latest changes from the upstream repository:
git remote add upstream https://github.com/sun0225SUN/astro-air
git fetch upstream
git merge upstream/main --allow-unrelated-historiesContributions are welcome! Feel free to:
To set up the development environment:
git clone https://github.com/sun0225SUN/astro-air
cd astro-air
pnpm install
pnpm devThis project is licensed under the MIT License - see the LICENSE file for details.