A modern, fast blog built with Astro and styled with TailwindCSS. This blog features a clean, responsive design and excellent performance thanks to Astro's hybrid rendering capabilities.
git clone https://github.com/jhalmu/BlogiAstroSvelte.git
cd BlogiAstroSvelte
npm install
npm run dev
http://localhost:4321
npm run dev
- Start development servernpm run build
- Build your production sitenpm run preview
- Preview your build locallynpm run astro
- Run Astro commands/
āāā src/
ā āāā components/ # Reusable UI components
ā āāā layouts/ # Page layouts
ā āāā pages/ # Page components and routes
ā ā āāā blog/ # Blog post pages
ā ā āāā rss.xml.js # RSS feed configuration
ā āāā content/ # Blog post content
ā āāā middleware.js # Security and caching middleware
āāā public/ # Static assets
āāā package.json # Project dependencies
The project uses Astro's hybrid rendering configuration with TailwindCSS integration. Key configuration files:
astro.config.mjs
- Astro configuration with hybrid mode and RSS prerenderingtailwind.config.cjs
- TailwindCSS configurationsrc/middleware.js
- Security headers and caching configurationsrc/pages/rss.xml.js
- RSS feed configurationThe blog includes social media links to:
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions, issues, and feature requests are welcome!
This blog has been developed with the assistance of AI technology. To learn more about the development process and how AI has contributed to this project, visit our AI Development Story page.