BlogiAstroSvelte2 Svelte Themes

Blogiastrosvelte2

Played with AI too much. The good and The Bad still here for reference.

BlogiAstroSvelte

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.

Features

  • Lightning-fast performance with Astro
  • Beautiful styling with TailwindCSS
  • Fully responsive design
  • Markdown-based blog posts
  • Dynamic blog post sorting
  • Breadcrumb navigation
  • TypeScript support šŸ’©
  • Image optimization with Sharp
  • RSS feed with security headers
  • Hybrid rendering mode
  • Social media integration
  • Finnish language support

    Test Deployment

  • Testing GitHub Actions deployment

Tech Stack

Getting Started

  1. Clone the repository:
git clone https://github.com/jhalmu/BlogiAstroSvelte.git
cd BlogiAstroSvelte
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and visit http://localhost:4321

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build your production site
  • npm run preview - Preview your build locally
  • npm run astro - Run Astro commands

Project Structure

/
ā”œā”€ā”€ 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

Configuration

The project uses Astro's hybrid rendering configuration with TailwindCSS integration. Key configuration files:

  • astro.config.mjs - Astro configuration with hybrid mode and RSS prerendering
  • tailwind.config.cjs - TailwindCSS configuration
  • src/middleware.js - Security headers and caching configuration
  • src/pages/rss.xml.js - RSS feed configuration

Security Features

  • Content sanitization for RSS feed
  • Security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy)
  • Proper content type settings
  • Caching configuration for optimal performance

Social Media Integration

The blog includes social media links to:

  • BlueSky
  • LinkedIn
  • GitHub
  • RSS Feed

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions, issues, and feature requests are welcome!

Development Process

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.

Top categories

Loading Svelte Themes