Static Site Generators

Blurry – static site generator focused on page speed and SEO

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
MkDocsProject documentation with Markdown. It's easy to use and extensible
PelicanStatic site generator that supports Markdown and reST syntax
SphinxCreate intelligent and beautiful documentation for Python projects
LektorFlexible and powerful static content management system
NikolaStatic website and blog generator
BestaticReally minimal yet feature-rich
TeedocSimple static website/document/blog generator
makesite Simple, lightweight, and magic-free static site/blog generator
ProsopopeeStatic site generator for your story
GrowDeclarative website generator
HydeSupport for powerful template languages like Jinja2
CactusSimple but powerful static website generator
StapyWorks with Python on any operating system without additional packages.
Frozen-FlaskFreezes a Flask application into a set of static files
BlurryFocused on page speed and SEO
UrubuMicro content management system for static websites
MiyadaikuSuitable for blogs, documentation, and other static publishing projects
incorporeal-cmsLightweight static site generator for Markdown-based sites
blagBlog-aware, static site generator which uses Markdown
wmkFlexible and versatile static site generator
PagegenWith reStructuredText or Markdown markup and Mako templates
BakuSimple, Markdown-based blogging engine/static website generator
AuroraSupport for static and incremental builds
GenjaUses Jinja templates for page rendering

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our carefully curated directory of recommended free and open source software, covering every major software category.

The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more.

Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
1 Comment
Oldest
Newest Most Voted
John Franey
John Franey
1 year ago

Blurry maintainer here. Thanks for the shoutout!