Add screenshots with different Boostwatch themes

main
Vitaly Potyarkin 2019-10-18 16:22:49 +03:00
parent c8f57215aa
commit 072c8efb80
7 changed files with 46 additions and 1 deletions

View File

@ -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!
<table>
<tr>
<td colspan="2">
<a href="screenshots/default.png">
<img src="screenshots/default.png"/>
<p align="center">Default colors</p>
</a>
</td>
</tr>
<tr>
<td>
<a href="screenshots/oldstyle.png">
<img src="screenshots/oldstyle.png"/>
<p align="center">Old style (see below)</p>
</a>
</td>
<td>
<a href="screenshots/sketchy.png">
<img src="screenshots/sketchy.png"/>
<p align="center">Sketchy (Boostwatch)</p>
</a>
</td>
</tr>
<tr>
<td>
<a href="screenshots/solar.png">
<img src="screenshots/solar.png"/>
<p align="center">Solar (Boostwatch)</p>
</a>
</td>
<td>
<a href="screenshots/united.png">
<img src="screenshots/united.png"/>
<p align="center">United (Boostwatch)</p>
</a>
</td>
</tr>
</table>
> 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

BIN
screenshots/default.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
screenshots/oldstyle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

BIN
screenshots/sketchy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

BIN
screenshots/solar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

BIN
screenshots/united.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB