Commit Graph

4 Commits (main)

Author SHA1 Message Date
Ethan Dye 0865d9c102
Optimize all png images using zopflipng (#1555)
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
2021-04-27 21:00:55 +02:00
Jerome Luckenbach 71b80209f2
Initial moving concepts pages from ESH repo. (#890)
* Initial moving concepts pages from ESH repo.
* Fix iconset ressource path
* Remove vuepress preview config filter due to reintregration.
* Remove vuepress preview config filter due to reintregration. FIX

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-02-22 15:43:06 +01:00
Jerome Luckenbach aeac4e68ad Repo restructuring. Added master branch
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-06-13 15:27:32 +02:00
Kai Kreuzer 5a14eef01d
updated generated content and added imperihome integration
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-11 09:30:30 +01:00