diff --git a/README.md b/README.md index 2bbded4..523bd50 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,52 @@ Inspired by [crowsfoot](http://github.com/porterjamesj/crowsfoot) and [clean-blo ** Features link to external assets (webfonts etc). -![](screenshot.jpg) +## Screenshots + +Alchemy supports Boostwatch themes! + + + + + + + + + + + + + +
+ + +

Default colors

+
+
+ + +

Old style (see below)

+
+
+ + +

Sketchy (Boostwatch)

+
+
+ + +

Solar (Boostwatch)

+
+
+ + +

United (Boostwatch)

+
+
+ +> To enable old visual style add `THEME_CSS_OVERRIDES = ['theme/css/oldstyle.css']` +> to your `pelicanconf.py` and use no Boostwatch themes. +> See [stylesheet](alchemy/static/css/oldstyle.css) for more information. ## Installation diff --git a/screenshot.jpg b/screenshot.jpg deleted file mode 100644 index b9b1a33..0000000 Binary files a/screenshot.jpg and /dev/null differ diff --git a/screenshots/default.png b/screenshots/default.png new file mode 100644 index 0000000..5393e1b Binary files /dev/null and b/screenshots/default.png differ diff --git a/screenshots/oldstyle.png b/screenshots/oldstyle.png new file mode 100644 index 0000000..ed27c25 Binary files /dev/null and b/screenshots/oldstyle.png differ diff --git a/screenshots/sketchy.png b/screenshots/sketchy.png new file mode 100644 index 0000000..195f902 Binary files /dev/null and b/screenshots/sketchy.png differ diff --git a/screenshots/solar.png b/screenshots/solar.png new file mode 100644 index 0000000..578be98 Binary files /dev/null and b/screenshots/solar.png differ diff --git a/screenshots/united.png b/screenshots/united.png new file mode 100644 index 0000000..c9f62dc Binary files /dev/null and b/screenshots/united.png differ