Optimize image qualities and a fix (#762)
* blog tag-list * optimize publication preview * better compression * optimize jpg project images * reduce sizes of project images * fix
@ -258,7 +258,7 @@ imagemagick:
|
||||
- ".png"
|
||||
- ".tiff"
|
||||
output_formats:
|
||||
webp: "-quality 75%"
|
||||
webp: "-resize 800x"
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Jekyll Diagrams
|
||||
|
BIN
assets/img/1.jpg
Before Width: | Height: | Size: 410 KiB After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 16 KiB |
BIN
assets/img/2.jpg
Before Width: | Height: | Size: 574 KiB After Width: | Height: | Size: 89 KiB |
BIN
assets/img/3.jpg
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 45 KiB |
BIN
assets/img/4.jpg
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 35 KiB |
BIN
assets/img/5.jpg
Before Width: | Height: | Size: 4.3 MiB After Width: | Height: | Size: 36 KiB |
BIN
assets/img/6.jpg
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 60 KiB |
BIN
assets/img/7.jpg
Before Width: | Height: | Size: 955 KiB After Width: | Height: | Size: 10 KiB |
BIN
assets/img/8.jpg
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 29 KiB |
BIN
assets/img/9.jpg
Before Width: | Height: | Size: 4.3 MiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 27 KiB |
@ -22,7 +22,7 @@ pagination:
|
||||
|
||||
{% if site.display_tags %}
|
||||
<div class="tag-list">
|
||||
<ul class="list-group list-group-horizontal">
|
||||
<ul class="p-0 m-0">
|
||||
{% for tag in site.display_tags %}
|
||||
<li>
|
||||
<i class="fas fa-hashtag fa-sm"></i> <a href="{{ tag | prepend: '/blog/tag/' | relative_url }}">{{ tag }}</a>
|
||||
|