Blurry themes
A demo site and testing ground for themes for Blurry, a static site generator.
How to use a Blurry theme
The themes are available here:
Clone the
blurry-themes
repo (https://github.com/blurry-dev/blurry-themes):git clone git@github.com:blurry-dev/blurry-themes.git
Try out the different themes by editing the
templates_directory_name
setting inblurry.toml
, or by passing the equivalent environment variable toblurry runserver
:BLURRY_TEMPLATES_DIRECTORY_NAME=themes/pico blurry runserver
Once you find a theme you like, copy its folder into your project at the path that matches your site's
TEMPLATES_DIRECTORY_NAME
setting, which defaults totemplates
.
Demo
Below is a quick demonstration of how common Markdown elements appear with this theme.
Typography
These should all look great:
- Bold text
- Italics
Strikethroughs- Indented list items
Yep, they look groovy.
- John
Code
Inline
Inline code
and kbd tags should be =ly easy on the eyes.
Block
Block code should work <strong>well</strong>, too.
Tables
Blurry repo | Type | Stars |
---|---|---|
blurry | CLI | 10+ |
blurry-plugin-blur-blurry-name | Plugin | 0 |
Images
Images are responsive out-of-the-box so they stay in-the-box if the box is a browser's viewport: