Blurry is a schema-first, plugin-enabled static site generator. Markdown front matter directly to Schema.org types, so your content is SEO-friendly and rich results-ready out of the box.
Blurry brings the concept of schema-first development to static site generators. Specifically, Blurry uses Schema.org schema type names as the names for its template files, and schema type properties as Markdown front matter to populate those templates.
This is free and open source software.
Key Features
- Content is written in Markdown with TOML front matter. Specifically, Blurry uses Mistune, along with a number of Blurry-specific customizations, to convert Markdown to HTML.
- Supports Schema.org and Open Graph with zero configuration. This enables rich Google results and link previews out-of-the-box.
- Good image handling:
- Converts relative paths in Markdown to absolute paths in the build folder. This enables autocomplete in code editors, which makes for a pleasant writing experience.
- Generates images of various sizes, specified by the IMAGE_WIDTHS and THUMBNAIL_WIDTH settings. These enable responsive images, using an appropriately sized image for each device. This improves page speed.
- Uses the
element to support AVIF, while providing a fallback for browsers that do not yet support AVIF. It also automatically generates AVIF versions of your images, improving page speed. - Grabs the original image’s width and height and includes those values in their corresponding HTML attributes. This tells the browser the image’s aspect ratio, so there is enough vertical for the image in the browser DOM.
- Lazy loading is supported.
- Figure caption.
- Minimal configuration.
- Semantic HTML
Website: blurry-docs.netlify.app
Support: GitHub Code Repository
Developer: John Franey
License: MIT License
Blurry is written in Python. Learn Python with our recommended free books and free tutorials.
Related Software
| Python Static Site Generators | |
|---|---|
| MkDocs | Project documentation with Markdown. It's easy to use and extensible |
| Pelican | Static site generator that supports Markdown and reST syntax |
| Sphinx | Create intelligent and beautiful documentation for Python projects |
| Lektor | Flexible and powerful static content management system |
| Nikola | Static website and blog generator |
| Bestatic | Really minimal yet feature-rich |
| Teedoc | Simple static website/document/blog generator |
| makesite | Simple, lightweight, and magic-free static site/blog generator |
| Prosopopee | Static site generator for your story |
| Grow | Declarative website generator |
| Hyde | Support for powerful template languages like Jinja2 |
| Cactus | Simple but powerful static website generator |
| Stapy | Works with Python on any operating system without additional packages. |
| Frozen-Flask | Freezes a Flask application into a set of static files |
| Blurry | Focused on page speed and SEO |
| Urubu | Micro content management system for static websites |
| Miyadaiku | Suitable for blogs, documentation, and other static publishing projects |
| incorporeal-cms | Lightweight static site generator for Markdown-based sites |
| blag | Blog-aware, static site generator which uses Markdown |
| wmk | Flexible and versatile static site generator |
| Pagegen | With reStructuredText or Markdown markup and Mako templates |
| Baku | Simple, Markdown-based blogging engine/static website generator |
| Aurora | Support for static and incremental builds |
| Genja | Uses Jinja templates for page rendering |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Blurry maintainer here. Thanks for the shoutout!