Skip to content

blurry-dev/blurry

Repository files navigation

Blurry

Nox build status PyPI package version PyPI Python versions PyPI downloads per month Package license

Blurry logo

tl;dr

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 also makes your images responsive, supports embedding Python source code in Markdown files, and more.

Check out the docs and try it out!

Note: Until v1.0.0, minor versions (0.x.0) may not be backwards compatible.

Documentation

View the documentation site at https://blurry-docs.netlify.app/.

Contributing

Contributions are welcome! Check out the contribution docs to get started.

Standing on the shoulders of giants

Blurry blends together high-quality libraries:

  • Mistune to convert Markdown to HTML
  • Jinja for HTML templating
  • JinjaX for Jinja components
  • LiveReload for an HTTP server with automatic browser reloading
  • Typer for its CLI interface
  • ImageMagick to resize and convert images

© 2020-present, John Franey