A modern, performant and SEO-friendly blog template built with Astro and Tailwind CSS, featuring multilingual support.
- ⚡️ Built with Astro 4.0 for maximum performance
- 🎨 Styled with Tailwind CSS
- 🌐 Multilingual support with i18n routing
- 📱 Fully responsive design
- 🔍 SEO optimized
- 📝 Markdown/MDX support for blog posts
- 🔄 Static site generation (SSG)
- 🎯 Zero JavaScript by default
- 🎨 Dark mode support
- Clone this repository:
git clone https://github.com/hellokaton/hellokaton.me.git
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev
- Build for production:
pnpm build
/
├── public/
├── src/
│ ├── components/
│ ├── layouts/
│ ├── pages/
│ │ └── [lang]/
│ └── styles/
├── astro.config.mjs
└── tailwind.config.cjs
- Add your language in
src/pages/[lang]/
- Create corresponding translation files
- Update language switcher component
- Modify
tailwind.config.cjs
for theme customization - Update
astro.config.mjs
for Astro configuration - Customize components in
src/components/
MIT License - feel free to use this template for your own projects!
Built with Astro and Tailwind CSS