Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A static blog theme built with Astro, featuring Twikoo comments, SEO support, and responsive design.
Astro Blur is a static blog theme built on Astro, using 100% Astro components for pure static generation. It takes Markdown blog posts as input and outputs a fully static website with built-in Twikoo comments, OpenGraph tags, sitemap, RSS, responsive design, code highlighting, and theme switching.
Astro Blur is a minimalistic, static blog theme designed for Astro. It is developed by Jazee6 and is showcased on jaze.top. The theme is entirely composed of Astro components, meaning it does not rely on any client-side JavaScript framework. It processes Markdown content and publishes a static website that can be hosted anywhere. Configuration is centralized in a single file at src/config.ts, and new posts are created with the pnpm new command.
npx degit Jazee6/astro-blur#main my-blog and manage dependencies with pnpm.src/config.ts.pnpm new to scaffold a new post file.src/config.ts to set site name, description, and other global options.Follow the README steps:
npx degit Jazee6/astro-blur#main my-blog.pnpm i.pnpm dev.pnpm new.src/config.ts.Yes, Astro Blur integrates Twikoo, a comment system, so you can add commenting capabilities to your blog without building a backend from scratch. Twikoo is a self-hosted service, meaning you will need to deploy and configure your own Twikoo instance before enabling comments.
Run the command pnpm new in your project directory. This will generate a new post file for you to edit. After writing the content, start the dev server with pnpm dev to preview it.
Open src/config.ts in the root of the project. This file holds global configuration like site title, description, and other metadata. All changes you make here are reflected across the entire site.
Yes. The theme includes OpenGraph tags for social sharing, generates a sitemap automatically, and provides an RSS feed. These features help search engines discover and index your content.
The theme is hosted on GitHub as a public repository, so you can download and use it for personal or commercial projects. However, the README does not specify a license, so check the repository for licensing details.
