diff --git a/layouts/partials/list-image.html b/layouts/partials/list-image.html
index efe6ca97..6fd7afd2 100644
--- a/layouts/partials/list-image.html
+++ b/layouts/partials/list-image.html
@@ -1,15 +1,15 @@
{{ if .Params.Ogimage }}
{{ $image := (.Resources.GetMatch (index .Params.Ogimage)) }}
- {{ $placeholder := ($image.Resize "48x q20") | images.Filter (images.GaussianBlur 6) }}
+ {{ $placeholder := ($image.Resize "48x q20 webp") | images.Filter (images.GaussianBlur 6) }}
{{ $src := $image }}
- {{ $src_set := ""}}
+ {{ $src_set := ""}}
{{ $src := $image }}
- {{ $x_small := $image.Fill "600x300" }}
+ {{ $x_small := $image.Fill "600x300 webp" }}
{{ $src_set = (print $src_set ", " $x_small.RelPermalink " 600w") }}
{{ if ge $image.Width "978"}}
- {{ $small := $image.Fill "978x489" }}
+ {{ $small := $image.Fill "978x489 webp" }}
{{ $src_set = (print $src_set ", " $small.RelPermalink " 978w") }}
{{ end }}
@@ -28,9 +28,9 @@
-{{ end }}
\ No newline at end of file
+{{ end }}
diff --git a/layouts/partials/meta-og-image.html b/layouts/partials/meta-og-image.html
index 63b36213..9df0e353 100644
--- a/layouts/partials/meta-og-image.html
+++ b/layouts/partials/meta-og-image.html
@@ -1,7 +1,7 @@
{{ $og_image_url := (print .Site.BaseURL "images/og-image.png") }}
{{ if .Params.Ogimage }}
{{ $og_image := ($.Page.Resources.GetMatch (index .Params.Ogimage)) }}
- {{ $resized := $og_image.Resize "1200x" }}
+ {{ $resized := $og_image.Resize "1200x webp" }}
{{ $og_image_url = $resized.Permalink }}
{{ end }}
-
\ No newline at end of file
+
diff --git a/layouts/shortcodes/post-image.html b/layouts/shortcodes/post-image.html
index 43642c80..2148d751 100644
--- a/layouts/shortcodes/post-image.html
+++ b/layouts/shortcodes/post-image.html
@@ -2,7 +2,7 @@
{{ $alt := .Get "alt" }}
{{ $width := .Get "width" }}
{{ $borderless := .Get "borderless" }}
-{{ $placeholder := ($image.Resize "48x q20") | images.Filter (images.GaussianBlur 6) }}
+{{ $placeholder := ($image.Resize "48x q20 webp") | images.Filter (images.GaussianBlur 6) }}
{{ $src := $image }}
{{ $src_set := ""}}
@@ -10,22 +10,22 @@
{{ $src := $image }}
{{ if ge $image.Width "500"}}
-{{ $x_small := $image.Resize "500x" }}
+{{ $x_small := $image.Resize "500x webp" }}
{{ $src_set = (print $src_set ", " $x_small.RelPermalink " 500w") }}
{{ end }}
{{ if ge $image.Width "800"}}
-{{ $small := $image.Resize "800x" }}
+{{ $small := $image.Resize "800x webp" }}
{{ $src_set = (print $src_set ", " $small.RelPermalink " 800w") }}
{{ end }}
{{ if ge $image.Width "1200"}}
-{{ $medium := $image.Resize "1200x" }}
+{{ $medium := $image.Resize "1200x webp" }}
{{ $src_set = (print $src_set ", " $medium.RelPermalink " 1200w") }}
{{ end }}
{{ if gt $image.Width "1500"}}
-{{ $large := $image.Resize "1500x" }}
+{{ $large := $image.Resize "1500x webp" }}
{{ $src_set = (print $src_set ", " $large.RelPermalink " 1500w") }}
{{ end }}
@@ -70,4 +70,4 @@
{{ .Inner }}
{{ end }}
-
\ No newline at end of file
+
diff --git a/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_48x0_resize_q20_box_3.png b/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_48x0_resize_q20_box_3.png
deleted file mode 100644
index e6c2bcc8..00000000
Binary files a/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..e7df311f
Binary files /dev/null and b/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_4ffd11647ad52d4d18b5528fe3523415.webp b/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_4ffd11647ad52d4d18b5528fe3523415.webp
new file mode 100644
index 00000000..357ec5a8
Binary files /dev/null and b/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_4ffd11647ad52d4d18b5528fe3523415.webp differ
diff --git a/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_500x0_resize_box_3.png b/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_500x0_resize_box_3.png
deleted file mode 100644
index f8dbe121..00000000
Binary files a/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..bae41a08
Binary files /dev/null and b/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_e107c13b00a9e854fba8bde27bd315f0.png b/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_e107c13b00a9e854fba8bde27bd315f0.png
deleted file mode 100644
index eece5b5d..00000000
Binary files a/resources/_gen/images/a-beginners-experiences-of-unit-testing-javascript/man-getqueryvariable-jasmine_hucd136ea9a1eaeb8cf19e494d04b13e09_4220_e107c13b00a9e854fba8bde27bd315f0.png and /dev/null differ
diff --git a/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_48x0_resize_q20_box.jpg b/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_48x0_resize_q20_box.jpg
deleted file mode 100644
index 9368d179..00000000
Binary files a/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_48x0_resize_q20_h2_box.webp b/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..8ddb6a80
Binary files /dev/null and b/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_500x0_resize_q75_box.jpg b/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_500x0_resize_q75_box.jpg
deleted file mode 100644
index 814fd520..00000000
Binary files a/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_500x0_resize_q75_h2_box.webp b/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..06b040e6
Binary files /dev/null and b/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_63dd97e718b1125f6e9c29c75a392028.jpg b/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_63dd97e718b1125f6e9c29c75a392028.jpg
deleted file mode 100644
index 9dfef189..00000000
Binary files a/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_63dd97e718b1125f6e9c29c75a392028.jpg and /dev/null differ
diff --git a/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_800x0_resize_q75_box.jpg b/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_800x0_resize_q75_box.jpg
deleted file mode 100644
index 6a23e511..00000000
Binary files a/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_800x0_resize_q75_h2_box.webp b/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..57bcbbeb
Binary files /dev/null and b/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_c7c1035e94cce8ea8d12bbf0025117e0.webp b/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_c7c1035e94cce8ea8d12bbf0025117e0.webp
new file mode 100644
index 00000000..d05216b2
Binary files /dev/null and b/resources/_gen/images/about/henrik-1_hu2c28ad7208d5093b70de978e25084fe6_52084_c7c1035e94cce8ea8d12bbf0025117e0.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_1200x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_1200x0_resize_q75_box.jpg
deleted file mode 100644
index ee98e4f8..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..ae9f3205
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_1500x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_1500x0_resize_q75_box.jpg
deleted file mode 100644
index b68532cd..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..1918b359
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_48x0_resize_q20_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_48x0_resize_q20_box.jpg
deleted file mode 100644
index af3bede3..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_48x0_resize_q20_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..310e49de
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_500x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_500x0_resize_q75_box.jpg
deleted file mode 100644
index 01298299..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_500x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..fc925d2a
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_7301c3b42f8ef8488a69482a47c3b3fa.webp b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_7301c3b42f8ef8488a69482a47c3b3fa.webp
new file mode 100644
index 00000000..32aa7638
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_7301c3b42f8ef8488a69482a47c3b3fa.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_7a65cf829cc828a9f6c7c6ced1769914.jpg b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_7a65cf829cc828a9f6c7c6ced1769914.jpg
deleted file mode 100644
index 8f90b1c5..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_7a65cf829cc828a9f6c7c6ced1769914.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_800x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_800x0_resize_q75_box.jpg
deleted file mode 100644
index 7d7f85cd..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_800x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..20859b7b
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/assemble_hu5c7e858ae974b4d69f02338d8615d783_2764141_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..c6b6b206
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_1500x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 208a59bd..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..d9b32b64
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_48x0_resize_q20_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..2ec5146d
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_500x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_500x0_resize_q75_box.jpg
deleted file mode 100644
index 12befebe..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_500x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..89ddc236
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..2e20dc8f
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_800x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_800x0_resize_q75_box.jpg
deleted file mode 100644
index ab235e3c..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_800x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..4c4c2b84
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_965ecdfbb4d03760451d46d547c965db.webp b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_965ecdfbb4d03760451d46d547c965db.webp
new file mode 100644
index 00000000..e3296863
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_965ecdfbb4d03760451d46d547c965db.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..64f99ddd
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/blue-led_huc4a6efcff4043cb56d3dbdd0748a8446_653652_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_1200x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_1200x0_resize_q75_box.jpg
deleted file mode 100644
index 822029ec..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..7debb918
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_1500x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 6b13f931..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..1d204caa
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_48x0_resize_q20_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_48x0_resize_q20_box.jpg
deleted file mode 100644
index 715b2b27..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_48x0_resize_q20_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..f0b64e9d
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_500x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_500x0_resize_q75_box.jpg
deleted file mode 100644
index 1cd62a99..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_500x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..257c0934
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_800x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_800x0_resize_q75_box.jpg
deleted file mode 100644
index f22daa57..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_800x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..c8270d81
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_ae0a39cdc0e39c33443765512f0dfff6.jpg b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_ae0a39cdc0e39c33443765512f0dfff6.jpg
deleted file mode 100644
index 4d1a5d49..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_ae0a39cdc0e39c33443765512f0dfff6.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_b5739c9e2a19d82b96d540e1a1c766d9.webp b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_b5739c9e2a19d82b96d540e1a1c766d9.webp
new file mode 100644
index 00000000..8e840bc0
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/cutter_huba6dd458e8e0d37de28b2f3e99e5ed5b_4027998_b5739c9e2a19d82b96d540e1a1c766d9.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_1200x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_1200x0_resize_q75_box.jpg
deleted file mode 100644
index cf2f2424..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..c023bddc
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_1500x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_1500x0_resize_q75_box.jpg
deleted file mode 100644
index c39476b3..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..4fc8b73e
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_48x0_resize_q20_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_48x0_resize_q20_box.jpg
deleted file mode 100644
index 4bee3e89..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_48x0_resize_q20_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..80fc32ea
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_500x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_500x0_resize_q75_box.jpg
deleted file mode 100644
index 1ba8985d..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_500x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..a8c1b831
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_5a550d7f4caa5e1521311dd263478c61.jpg b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_5a550d7f4caa5e1521311dd263478c61.jpg
deleted file mode 100644
index f28088b3..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_5a550d7f4caa5e1521311dd263478c61.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_6bd18fae3b6455e1c15e1143aaf131fb.webp b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_6bd18fae3b6455e1c15e1143aaf131fb.webp
new file mode 100644
index 00000000..a392aca6
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_6bd18fae3b6455e1c15e1143aaf131fb.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_800x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_800x0_resize_q75_box.jpg
deleted file mode 100644
index ace91c71..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_800x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..a6358046
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/new-and-old-case_huf81a03b0cf89392a6fe33b95301ff7e0_1816519_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_1200x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_1200x0_resize_q75_box.jpg
deleted file mode 100644
index 23b1396d..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..278c70d1
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_1500x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 48058b72..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..43549ca0
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_48x0_resize_q20_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_48x0_resize_q20_box.jpg
deleted file mode 100644
index 342cfb93..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_48x0_resize_q20_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..7d0b1281
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_500x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_500x0_resize_q75_box.jpg
deleted file mode 100644
index 9f64db3c..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_500x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..f5defbfc
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_5db3e89e53973086a4fda54b5f573491.jpg b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_5db3e89e53973086a4fda54b5f573491.jpg
deleted file mode 100644
index c04d673a..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_5db3e89e53973086a4fda54b5f573491.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_800x0_resize_q75_box.jpg b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_800x0_resize_q75_box.jpg
deleted file mode 100644
index 6c638188..00000000
Binary files a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_800x0_resize_q75_h2_box.webp b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..5a53c836
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_d5640634923bd33c78a0936eb91ad214.webp b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_d5640634923bd33c78a0936eb91ad214.webp
new file mode 100644
index 00000000..35eb56be
Binary files /dev/null and b/resources/_gen/images/akasa-fanless-mini-pc/remove-cooling-paste_hu50c2268a1bd2ac1aa7cc8fb9adbd7a5c_3175910_d5640634923bd33c78a0936eb91ad214.webp differ
diff --git a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..42beae12
Binary files /dev/null and b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_1500x0_resize_q75_box.jpg b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_1500x0_resize_q75_box.jpg
deleted file mode 100644
index a5b52ecc..00000000
Binary files a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..5240a1af
Binary files /dev/null and b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_425f712e109dbd5e62cc623b0d20561f.webp b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_425f712e109dbd5e62cc623b0d20561f.webp
new file mode 100644
index 00000000..a0193600
Binary files /dev/null and b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_425f712e109dbd5e62cc623b0d20561f.webp differ
diff --git a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_48x0_resize_q20_h2_box.webp b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..1f6b504c
Binary files /dev/null and b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_500x0_resize_q75_box.jpg b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_500x0_resize_q75_box.jpg
deleted file mode 100644
index 52a53801..00000000
Binary files a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_500x0_resize_q75_h2_box.webp b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..bd9ef8f2
Binary files /dev/null and b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..858250ac
Binary files /dev/null and b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_800x0_resize_q75_box.jpg b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_800x0_resize_q75_box.jpg
deleted file mode 100644
index 234c2725..00000000
Binary files a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_800x0_resize_q75_h2_box.webp b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..53c2860d
Binary files /dev/null and b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..3f8b6834
Binary files /dev/null and b/resources/_gen/images/alpinejs-benefits-and-limitations/kaspar-allenbach-G024sNcoYvY-unsplash_hu74afded19e06fa38a208f0a35d4916c2_2477572_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..9d792f54
Binary files /dev/null and b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_2efd8374e27507c94507fbf8bbcfdb33.webp b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_2efd8374e27507c94507fbf8bbcfdb33.webp
new file mode 100644
index 00000000..6c682df1
Binary files /dev/null and b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_2efd8374e27507c94507fbf8bbcfdb33.webp differ
diff --git a/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_48x0_resize_q20_h2_box.webp b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..86f57d06
Binary files /dev/null and b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_500x0_resize_q75_box.jpg b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_500x0_resize_q75_box.jpg
deleted file mode 100644
index a7778733..00000000
Binary files a/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_500x0_resize_q75_h2_box.webp b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..07b969c9
Binary files /dev/null and b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..d3797f5c
Binary files /dev/null and b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_800x0_resize_q75_box.jpg b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_800x0_resize_q75_box.jpg
deleted file mode 100644
index 0e8cb34f..00000000
Binary files a/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_800x0_resize_q75_h2_box.webp b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..f148730f
Binary files /dev/null and b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..d0ba851d
Binary files /dev/null and b/resources/_gen/images/asuswrt-merlin-firmware-update-checker/pushover_hu47af66cd378458e7cb2d3e95ff5a3fa1_264288_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_1cb063db8f616faaa448b6152a901c0e.webp b/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_1cb063db8f616faaa448b6152a901c0e.webp
new file mode 100644
index 00000000..4d5e5733
Binary files /dev/null and b/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_1cb063db8f616faaa448b6152a901c0e.webp differ
diff --git a/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_48x0_resize_q20_box_3.png b/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_48x0_resize_q20_box_3.png
deleted file mode 100644
index a070820d..00000000
Binary files a/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..e789176b
Binary files /dev/null and b/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_500x0_resize_box_3.png b/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_500x0_resize_box_3.png
deleted file mode 100644
index daeea1af..00000000
Binary files a/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..84a2586d
Binary files /dev/null and b/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_5a01d64b886f95f889b5936e661da5f0.png b/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_5a01d64b886f95f889b5936e661da5f0.png
deleted file mode 100644
index 966e09a4..00000000
Binary files a/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_5a01d64b886f95f889b5936e661da5f0.png and /dev/null differ
diff --git a/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_800x0_resize_box_3.png b/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_800x0_resize_box_3.png
deleted file mode 100644
index 5023ab9e..00000000
Binary files a/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..c5e0bf50
Binary files /dev/null and b/resources/_gen/images/automatically-backup-your-gmail-account-on-a-schedule-with-gmvault-and-mac-os-x-launchd/Lingon-Basic-GmailBackup_hu2cc115fa2a9e033c25c2b1925565b2af_147862_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_0fc475b9d3b953781ccc2fc14533c75c.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_0fc475b9d3b953781ccc2fc14533c75c.webp
new file mode 100644
index 00000000..535451a4
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_0fc475b9d3b953781ccc2fc14533c75c.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_1200x0_resize_q75_box.jpg b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_1200x0_resize_q75_box.jpg
deleted file mode 100644
index de635835..00000000
Binary files a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..2f175b04
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_1500x0_resize_q75_box.jpg b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 5807e7fa..00000000
Binary files a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..cb94df86
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_48x0_resize_q20_box.jpg b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_48x0_resize_q20_box.jpg
deleted file mode 100644
index 3fbf6f5e..00000000
Binary files a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_48x0_resize_q20_h2_box.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..8a782c8c
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_500x0_resize_q75_box.jpg b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_500x0_resize_q75_box.jpg
deleted file mode 100644
index 29c9439b..00000000
Binary files a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_500x0_resize_q75_h2_box.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..4103d90f
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_800x0_resize_q75_box.jpg b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_800x0_resize_q75_box.jpg
deleted file mode 100644
index d210f7b7..00000000
Binary files a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_800x0_resize_q75_h2_box.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..74e256a2
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_a43403fd51400ecbe7c217960a041e39.jpg b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_a43403fd51400ecbe7c217960a041e39.jpg
deleted file mode 100644
index 3e62dce0..00000000
Binary files a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone1_hu7bb2473c19729fea4f0853fca8c02a83_10143295_a43403fd51400ecbe7c217960a041e39.jpg and /dev/null differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..89a30a7d
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_1500x0_resize_q75_box.jpg b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 73dc99f6..00000000
Binary files a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..cf854db9
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_48x0_resize_q20_h2_box.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..8f5e6056
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_500x0_resize_q75_box.jpg b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_500x0_resize_q75_box.jpg
deleted file mode 100644
index a11f94ec..00000000
Binary files a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_500x0_resize_q75_h2_box.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..09824bd2
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..6fb05d93
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_800x0_resize_q75_box.jpg b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_800x0_resize_q75_box.jpg
deleted file mode 100644
index 1175d2ba..00000000
Binary files a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_800x0_resize_q75_h2_box.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..e58aad05
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_931c82168fa1b439c5da12183f99bbf3.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_931c82168fa1b439c5da12183f99bbf3.webp
new file mode 100644
index 00000000..e96e5cf8
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_931c82168fa1b439c5da12183f99bbf3.webp differ
diff --git a/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..ebeada92
Binary files /dev/null and b/resources/_gen/images/build-a-barebone-pc-for-your-non-tech-relative/asus-barebone2_hu21b3dda479a25dd0f12d69252d32c23e_11690903_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_1200x0_resize_q75_box.jpg b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_1200x0_resize_q75_box.jpg
deleted file mode 100644
index 1ddf7ff4..00000000
Binary files a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..00dea14a
Binary files /dev/null and b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_2405804eaa40ed5ab795b4c75f015b54.webp b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_2405804eaa40ed5ab795b4c75f015b54.webp
new file mode 100644
index 00000000..ae6e24cc
Binary files /dev/null and b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_2405804eaa40ed5ab795b4c75f015b54.webp differ
diff --git a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_48x0_resize_q20_box.jpg b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_48x0_resize_q20_box.jpg
deleted file mode 100644
index 4a3adc70..00000000
Binary files a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_48x0_resize_q20_h2_box.webp b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..499b5bce
Binary files /dev/null and b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_4c2aeddeef5f10e89f921b1005509458.jpg b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_4c2aeddeef5f10e89f921b1005509458.jpg
deleted file mode 100644
index 9a36b0f1..00000000
Binary files a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_4c2aeddeef5f10e89f921b1005509458.jpg and /dev/null differ
diff --git a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_500x0_resize_q75_box.jpg b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_500x0_resize_q75_box.jpg
deleted file mode 100644
index 75b0d2de..00000000
Binary files a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_500x0_resize_q75_h2_box.webp b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..d5caae5e
Binary files /dev/null and b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_800x0_resize_q75_box.jpg b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_800x0_resize_q75_box.jpg
deleted file mode 100644
index c9b2aff7..00000000
Binary files a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_800x0_resize_q75_h2_box.webp b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..00143ab7
Binary files /dev/null and b/resources/_gen/images/building-a-mini-pc-in-2014/Brix_with_pen_hu3e6c9cdf0b38b9e39fe2d7b9fc0e5cdc_221890_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_48x0_resize_q20_box_3.png b/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_48x0_resize_q20_box_3.png
deleted file mode 100644
index 54df74a6..00000000
Binary files a/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..f1276080
Binary files /dev/null and b/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_500x0_resize_box_3.png b/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_500x0_resize_box_3.png
deleted file mode 100644
index 63f61e74..00000000
Binary files a/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..f09f378a
Binary files /dev/null and b/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_635fcba995f4a0ddf163b54eae02ccf1.webp b/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_635fcba995f4a0ddf163b54eae02ccf1.webp
new file mode 100644
index 00000000..10c269b3
Binary files /dev/null and b/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_635fcba995f4a0ddf163b54eae02ccf1.webp differ
diff --git a/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_800x0_resize_box_3.png b/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_800x0_resize_box_3.png
deleted file mode 100644
index 95e402d9..00000000
Binary files a/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..a3e14170
Binary files /dev/null and b/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_a5645019d62e172300943bd6ccf780c3.png b/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_a5645019d62e172300943bd6ccf780c3.png
deleted file mode 100644
index 0b260349..00000000
Binary files a/resources/_gen/images/bundling-resources-from-plug-ins-in-my-wordpress-theme/gulp_hu5aadb2963825b2221c1c5b79267730c3_87939_a5645019d62e172300943bd6ccf780c3.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/IE-LAN-settings_hubc394ef7bc644534aa9308bb52633254_22811_24feba9edbe6dac7faf8df92963768a6.webp b/resources/_gen/images/bypassing-a-corporate-proxy/IE-LAN-settings_hubc394ef7bc644534aa9308bb52633254_22811_24feba9edbe6dac7faf8df92963768a6.webp
new file mode 100644
index 00000000..eb487971
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/IE-LAN-settings_hubc394ef7bc644534aa9308bb52633254_22811_24feba9edbe6dac7faf8df92963768a6.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/IE-LAN-settings_hubc394ef7bc644534aa9308bb52633254_22811_3f4787641be51bd0b05bf6938f69e997.png b/resources/_gen/images/bypassing-a-corporate-proxy/IE-LAN-settings_hubc394ef7bc644534aa9308bb52633254_22811_3f4787641be51bd0b05bf6938f69e997.png
deleted file mode 100644
index b7841f5c..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/IE-LAN-settings_hubc394ef7bc644534aa9308bb52633254_22811_3f4787641be51bd0b05bf6938f69e997.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/IE-LAN-settings_hubc394ef7bc644534aa9308bb52633254_22811_48x0_resize_q20_box_3.png b/resources/_gen/images/bypassing-a-corporate-proxy/IE-LAN-settings_hubc394ef7bc644534aa9308bb52633254_22811_48x0_resize_q20_box_3.png
deleted file mode 100644
index fadeace7..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/IE-LAN-settings_hubc394ef7bc644534aa9308bb52633254_22811_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/IE-LAN-settings_hubc394ef7bc644534aa9308bb52633254_22811_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/bypassing-a-corporate-proxy/IE-LAN-settings_hubc394ef7bc644534aa9308bb52633254_22811_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..075ea7c1
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/IE-LAN-settings_hubc394ef7bc644534aa9308bb52633254_22811_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/IE-proxy-settings_hu075bb033719ca105b285da5acd0ddd61_25677_48x0_resize_q20_box_3.png b/resources/_gen/images/bypassing-a-corporate-proxy/IE-proxy-settings_hu075bb033719ca105b285da5acd0ddd61_25677_48x0_resize_q20_box_3.png
deleted file mode 100644
index 53604595..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/IE-proxy-settings_hu075bb033719ca105b285da5acd0ddd61_25677_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/IE-proxy-settings_hu075bb033719ca105b285da5acd0ddd61_25677_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/bypassing-a-corporate-proxy/IE-proxy-settings_hu075bb033719ca105b285da5acd0ddd61_25677_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..da400ac7
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/IE-proxy-settings_hu075bb033719ca105b285da5acd0ddd61_25677_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/IE-proxy-settings_hu075bb033719ca105b285da5acd0ddd61_25677_96dc3650b63cda8868d2abe5cbdab89c.png b/resources/_gen/images/bypassing-a-corporate-proxy/IE-proxy-settings_hu075bb033719ca105b285da5acd0ddd61_25677_96dc3650b63cda8868d2abe5cbdab89c.png
deleted file mode 100644
index 69155c2f..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/IE-proxy-settings_hu075bb033719ca105b285da5acd0ddd61_25677_96dc3650b63cda8868d2abe5cbdab89c.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/IE-proxy-settings_hu075bb033719ca105b285da5acd0ddd61_25677_a1b597e7666521c4e58a2554caf02779.webp b/resources/_gen/images/bypassing-a-corporate-proxy/IE-proxy-settings_hu075bb033719ca105b285da5acd0ddd61_25677_a1b597e7666521c4e58a2554caf02779.webp
new file mode 100644
index 00000000..f68aeb46
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/IE-proxy-settings_hu075bb033719ca105b285da5acd0ddd61_25677_a1b597e7666521c4e58a2554caf02779.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_39696b8e13fbe9e5dfab92c84ee536e5.webp b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_39696b8e13fbe9e5dfab92c84ee536e5.webp
new file mode 100644
index 00000000..ad60f73b
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_39696b8e13fbe9e5dfab92c84ee536e5.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_48x0_resize_q20_box_3.png b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_48x0_resize_q20_box_3.png
deleted file mode 100644
index 9567b656..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..133be8ef
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_500x0_resize_box_3.png b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_500x0_resize_box_3.png
deleted file mode 100644
index 243301f5..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..1a6856a0
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_f1c13571e2fcae0afc667cf5ff677c95.png b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_f1c13571e2fcae0afc667cf5ff677c95.png
deleted file mode 100644
index c3957cf5..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-C2S_hu13da9d5c8964c8ac4c5676ba12384ef4_13685_f1c13571e2fcae0afc667cf5ff677c95.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-Proxy-Settings_hub4a7a02b18587c44789ea7d04a74dfa6_27216_48x0_resize_q20_box_3.png b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-Proxy-Settings_hub4a7a02b18587c44789ea7d04a74dfa6_27216_48x0_resize_q20_box_3.png
deleted file mode 100644
index e9d8c54e..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-Proxy-Settings_hub4a7a02b18587c44789ea7d04a74dfa6_27216_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-Proxy-Settings_hub4a7a02b18587c44789ea7d04a74dfa6_27216_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-Proxy-Settings_hub4a7a02b18587c44789ea7d04a74dfa6_27216_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..29bdd43f
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-Proxy-Settings_hub4a7a02b18587c44789ea7d04a74dfa6_27216_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-Proxy-Settings_hub4a7a02b18587c44789ea7d04a74dfa6_27216_4c479621caeacafce08a6f2b9d014dbd.webp b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-Proxy-Settings_hub4a7a02b18587c44789ea7d04a74dfa6_27216_4c479621caeacafce08a6f2b9d014dbd.webp
new file mode 100644
index 00000000..43977dee
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-Proxy-Settings_hub4a7a02b18587c44789ea7d04a74dfa6_27216_4c479621caeacafce08a6f2b9d014dbd.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-Proxy-Settings_hub4a7a02b18587c44789ea7d04a74dfa6_27216_9d2a953a1cf26f16f686b8bd865a3578.png b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-Proxy-Settings_hub4a7a02b18587c44789ea7d04a74dfa6_27216_9d2a953a1cf26f16f686b8bd865a3578.png
deleted file mode 100644
index d5b7ef67..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-Proxy-Settings_hub4a7a02b18587c44789ea7d04a74dfa6_27216_9d2a953a1cf26f16f686b8bd865a3578.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_2c45850e8bd3fb403be4d8b4656aab8d.png b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_2c45850e8bd3fb403be4d8b4656aab8d.png
deleted file mode 100644
index 7543e83f..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_2c45850e8bd3fb403be4d8b4656aab8d.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_48x0_resize_q20_box_3.png b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_48x0_resize_q20_box_3.png
deleted file mode 100644
index b0cdf92b..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..c24243e2
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_500x0_resize_box_3.png b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_500x0_resize_box_3.png
deleted file mode 100644
index e60aeca0..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..e56d2eea
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_ee03f2809ba89c22fe0408947e644d7b.webp b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_ee03f2809ba89c22fe0408947e644d7b.webp
new file mode 100644
index 00000000..9837dfd5
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/Tunnelier-login_hu8ce3cc16c3357411f7e7481244de590c_4703_ee03f2809ba89c22fe0408947e644d7b.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_05f4dce841f0798a9f43fdd452e68309.png b/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_05f4dce841f0798a9f43fdd452e68309.png
deleted file mode 100644
index 05229066..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_05f4dce841f0798a9f43fdd452e68309.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_48x0_resize_q20_box_3.png b/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_48x0_resize_q20_box_3.png
deleted file mode 100644
index 6a54a876..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..5ed31e97
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_500x0_resize_box_3.png b/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_500x0_resize_box_3.png
deleted file mode 100644
index 56f97607..00000000
Binary files a/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..37b76804
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_8fc30b77fdcc2ba38f3e2b2659f09bae.webp b/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_8fc30b77fdcc2ba38f3e2b2659f09bae.webp
new file mode 100644
index 00000000..3a87f015
Binary files /dev/null and b/resources/_gen/images/bypassing-a-corporate-proxy/dd-wrt-port-forwarding_hu68af5f8eaaf4bbf6bbafd71d90a9a574_3581_8fc30b77fdcc2ba38f3e2b2659f09bae.webp differ
diff --git a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..ebdb94de
Binary files /dev/null and b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_1500x0_resize_q75_box.jpg b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 0e66a9f3..00000000
Binary files a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..755b2773
Binary files /dev/null and b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_48x0_resize_q20_h2_box.webp b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..61cbb551
Binary files /dev/null and b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_500x0_resize_q75_box.jpg b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_500x0_resize_q75_box.jpg
deleted file mode 100644
index 795fd744..00000000
Binary files a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_500x0_resize_q75_h2_box.webp b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..d50634c4
Binary files /dev/null and b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..21abd373
Binary files /dev/null and b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_800x0_resize_q75_box.jpg b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_800x0_resize_q75_box.jpg
deleted file mode 100644
index 5fe27fa4..00000000
Binary files a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_800x0_resize_q75_h2_box.webp b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..b9addddf
Binary files /dev/null and b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..c7b9c8f7
Binary files /dev/null and b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_f166e413aabdaff01c411713a13aba67.webp b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_f166e413aabdaff01c411713a13aba67.webp
new file mode 100644
index 00000000..42f27561
Binary files /dev/null and b/resources/_gen/images/code-quality-and-automated-tests-for-legacy-systems/alex-motoc-P43VRz8fLWs-unsplash_hu38cb5ef94cdf355e10a9241215db2d9e_3208915_f166e413aabdaff01c411713a13aba67.webp differ
diff --git a/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_1a4395a4463e18f0faf7454a789f32ed.png b/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_1a4395a4463e18f0faf7454a789f32ed.png
deleted file mode 100644
index 31a11849..00000000
Binary files a/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_1a4395a4463e18f0faf7454a789f32ed.png and /dev/null differ
diff --git a/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_48x0_resize_q20_box_3.png b/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_48x0_resize_q20_box_3.png
deleted file mode 100644
index 3131fab4..00000000
Binary files a/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..fe48ec38
Binary files /dev/null and b/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_500x0_resize_box_3.png b/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_500x0_resize_box_3.png
deleted file mode 100644
index 9d1a3f34..00000000
Binary files a/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..bb39ab59
Binary files /dev/null and b/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_e947232e3cbce5add70ba8454bda4b28.webp b/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_e947232e3cbce5add70ba8454bda4b28.webp
new file mode 100644
index 00000000..6dca0506
Binary files /dev/null and b/resources/_gen/images/code-sharing-with-multi-app-angular-project-using-base-components/base-component-angular-project-tree_huad864d1dcd9361da394238497628378e_43762_e947232e3cbce5add70ba8454bda4b28.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_03df8ef7ea677d4ccef969372e03efc9.webp b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_03df8ef7ea677d4ccef969372e03efc9.webp
new file mode 100644
index 00000000..1a08cda7
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_03df8ef7ea677d4ccef969372e03efc9.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_1200x0_resize_box_1.gif b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_1200x0_resize_box_1.gif
deleted file mode 100644
index f531c557..00000000
Binary files a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_1200x0_resize_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_1200x0_resize_q75_h2_box_1.webp b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_1200x0_resize_q75_h2_box_1.webp
new file mode 100644
index 00000000..d70b3562
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_1200x0_resize_q75_h2_box_1.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_1500x0_resize_box_1.gif b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_1500x0_resize_box_1.gif
deleted file mode 100644
index a3ca72ee..00000000
Binary files a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_1500x0_resize_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_1500x0_resize_q75_h2_box_1.webp b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_1500x0_resize_q75_h2_box_1.webp
new file mode 100644
index 00000000..d58278c9
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_1500x0_resize_q75_h2_box_1.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_48x0_resize_q20_box_1.gif b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_48x0_resize_q20_box_1.gif
deleted file mode 100644
index 6bbc411f..00000000
Binary files a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_48x0_resize_q20_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_48x0_resize_q20_h2_box_1.webp b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_48x0_resize_q20_h2_box_1.webp
new file mode 100644
index 00000000..aef0b9cf
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_48x0_resize_q20_h2_box_1.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_500x0_resize_box_1.gif b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_500x0_resize_box_1.gif
deleted file mode 100644
index e8e03644..00000000
Binary files a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_500x0_resize_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_500x0_resize_q75_h2_box_1.webp b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_500x0_resize_q75_h2_box_1.webp
new file mode 100644
index 00000000..51ffcc57
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_500x0_resize_q75_h2_box_1.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_800x0_resize_box_1.gif b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_800x0_resize_box_1.gif
deleted file mode 100644
index e3b78a85..00000000
Binary files a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_800x0_resize_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_800x0_resize_q75_h2_box_1.webp b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_800x0_resize_q75_h2_box_1.webp
new file mode 100644
index 00000000..408c445e
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_800x0_resize_q75_h2_box_1.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_a8ac9c627b8f5a8530e2a542bafaf294.gif b/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_a8ac9c627b8f5a8530e2a542bafaf294.gif
deleted file mode 100644
index 206f2e92..00000000
Binary files a/resources/_gen/images/dark-mode-learnings/dark-mode_huad85e1482509f67b5fede9cb3eca9c4a_2890902_a8ac9c627b8f5a8530e2a542bafaf294.gif and /dev/null differ
diff --git a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..8614a015
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_1500x0_resize_q75_box.jpg b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 9263ebef..00000000
Binary files a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..62ae5aee
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_3162bb11c88ebc3ec89e8c872b2a33c0.webp b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_3162bb11c88ebc3ec89e8c872b2a33c0.webp
new file mode 100644
index 00000000..055d639f
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_3162bb11c88ebc3ec89e8c872b2a33c0.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_48x0_resize_q20_h2_box.webp b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..ad5f6d5b
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_500x0_resize_q75_box.jpg b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_500x0_resize_q75_box.jpg
deleted file mode 100644
index 613fdc7b..00000000
Binary files a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_500x0_resize_q75_h2_box.webp b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..419bebfe
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..cdc583ea
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_800x0_resize_q75_box.jpg b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_800x0_resize_q75_box.jpg
deleted file mode 100644
index df418851..00000000
Binary files a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_800x0_resize_q75_h2_box.webp b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..e69ee8bb
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..eedcab25
Binary files /dev/null and b/resources/_gen/images/dark-mode-learnings/jay-wennington-loAgTdeDcIU-unsplash_hu831a556e644f698f06f7bab476f01bf6_1452764_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/databases-as-dev-tool/elephant_hu1db9739a10f3f29d3257eb6cc5a99e72_180572_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/databases-as-dev-tool/elephant_hu1db9739a10f3f29d3257eb6cc5a99e72_180572_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..48cbd698
Binary files /dev/null and b/resources/_gen/images/databases-as-dev-tool/elephant_hu1db9739a10f3f29d3257eb6cc5a99e72_180572_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/databases-as-dev-tool/elephant_hu1db9739a10f3f29d3257eb6cc5a99e72_180572_48x0_resize_q20_h2_box.webp b/resources/_gen/images/databases-as-dev-tool/elephant_hu1db9739a10f3f29d3257eb6cc5a99e72_180572_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..44b19196
Binary files /dev/null and b/resources/_gen/images/databases-as-dev-tool/elephant_hu1db9739a10f3f29d3257eb6cc5a99e72_180572_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/databases-as-dev-tool/elephant_hu1db9739a10f3f29d3257eb6cc5a99e72_180572_4b26187b1f9cc739fe9cebc1b77f1d0b.webp b/resources/_gen/images/databases-as-dev-tool/elephant_hu1db9739a10f3f29d3257eb6cc5a99e72_180572_4b26187b1f9cc739fe9cebc1b77f1d0b.webp
new file mode 100644
index 00000000..ee04ec6f
Binary files /dev/null and b/resources/_gen/images/databases-as-dev-tool/elephant_hu1db9739a10f3f29d3257eb6cc5a99e72_180572_4b26187b1f9cc739fe9cebc1b77f1d0b.webp differ
diff --git a/resources/_gen/images/databases-as-dev-tool/elephant_hu1db9739a10f3f29d3257eb6cc5a99e72_180572_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/databases-as-dev-tool/elephant_hu1db9739a10f3f29d3257eb6cc5a99e72_180572_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..0df08ed3
Binary files /dev/null and b/resources/_gen/images/databases-as-dev-tool/elephant_hu1db9739a10f3f29d3257eb6cc5a99e72_180572_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_32b4d718c6f1fe16861802be14b932f6.webp b/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_32b4d718c6f1fe16861802be14b932f6.webp
new file mode 100644
index 00000000..84164c91
Binary files /dev/null and b/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_32b4d718c6f1fe16861802be14b932f6.webp differ
diff --git a/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_48x0_resize_q20_box.jpg b/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_48x0_resize_q20_box.jpg
deleted file mode 100644
index da25eea5..00000000
Binary files a/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_48x0_resize_q20_h2_box.webp b/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..c2a546a4
Binary files /dev/null and b/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_500x0_resize_q75_box.jpg b/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_500x0_resize_q75_box.jpg
deleted file mode 100644
index 425241c9..00000000
Binary files a/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_500x0_resize_q75_h2_box.webp b/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..393a9cd5
Binary files /dev/null and b/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_800x0_resize_q75_box.jpg b/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_800x0_resize_q75_box.jpg
deleted file mode 100644
index a3b6688f..00000000
Binary files a/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_800x0_resize_q75_h2_box.webp b/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..a55f776b
Binary files /dev/null and b/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_c1c1f8f5060917181047a7d1ecd20ee3.jpg b/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_c1c1f8f5060917181047a7d1ecd20ee3.jpg
deleted file mode 100644
index af7151e8..00000000
Binary files a/resources/_gen/images/difference-between-arduino-and-raspberry-pi-for-a-high-level-programmer/6325347372_07f1d6846f_b_hubaab8fac8f0147cf1f751dd90320a7f7_315642_c1c1f8f5060917181047a7d1ecd20ee3.jpg and /dev/null differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-file-protocol_hu0565fd8aab71e23fb740194f22fd59e2_2385_2e5daa21925c1d5528513c1d538d7cc0.webp b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-file-protocol_hu0565fd8aab71e23fb740194f22fd59e2_2385_2e5daa21925c1d5528513c1d538d7cc0.webp
new file mode 100644
index 00000000..145584be
Binary files /dev/null and b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-file-protocol_hu0565fd8aab71e23fb740194f22fd59e2_2385_2e5daa21925c1d5528513c1d538d7cc0.webp differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-file-protocol_hu0565fd8aab71e23fb740194f22fd59e2_2385_48x0_resize_q20_box_3.png b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-file-protocol_hu0565fd8aab71e23fb740194f22fd59e2_2385_48x0_resize_q20_box_3.png
deleted file mode 100644
index 2e47c348..00000000
Binary files a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-file-protocol_hu0565fd8aab71e23fb740194f22fd59e2_2385_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-file-protocol_hu0565fd8aab71e23fb740194f22fd59e2_2385_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-file-protocol_hu0565fd8aab71e23fb740194f22fd59e2_2385_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..6be8eaea
Binary files /dev/null and b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-file-protocol_hu0565fd8aab71e23fb740194f22fd59e2_2385_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-file-protocol_hu0565fd8aab71e23fb740194f22fd59e2_2385_b27d7200df34d85ba84fe99a7e47bc45.png b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-file-protocol_hu0565fd8aab71e23fb740194f22fd59e2_2385_b27d7200df34d85ba84fe99a7e47bc45.png
deleted file mode 100644
index 371896bf..00000000
Binary files a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-file-protocol_hu0565fd8aab71e23fb740194f22fd59e2_2385_b27d7200df34d85ba84fe99a7e47bc45.png and /dev/null differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-http-protocol-one-error_hu939ecf716e862e579df8842f82b79f6d_2356_48x0_resize_q20_box_3.png b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-http-protocol-one-error_hu939ecf716e862e579df8842f82b79f6d_2356_48x0_resize_q20_box_3.png
deleted file mode 100644
index 37a190c6..00000000
Binary files a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-http-protocol-one-error_hu939ecf716e862e579df8842f82b79f6d_2356_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-http-protocol-one-error_hu939ecf716e862e579df8842f82b79f6d_2356_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-http-protocol-one-error_hu939ecf716e862e579df8842f82b79f6d_2356_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..00a09743
Binary files /dev/null and b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-http-protocol-one-error_hu939ecf716e862e579df8842f82b79f6d_2356_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-http-protocol-one-error_hu939ecf716e862e579df8842f82b79f6d_2356_8dcaf712064b64e84a9aa8f9372d8f95.png b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-http-protocol-one-error_hu939ecf716e862e579df8842f82b79f6d_2356_8dcaf712064b64e84a9aa8f9372d8f95.png
deleted file mode 100644
index 29e419bd..00000000
Binary files a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-http-protocol-one-error_hu939ecf716e862e579df8842f82b79f6d_2356_8dcaf712064b64e84a9aa8f9372d8f95.png and /dev/null differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-http-protocol-one-error_hu939ecf716e862e579df8842f82b79f6d_2356_c91866a9648f3c0e0b825e68a8d27af9.webp b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-http-protocol-one-error_hu939ecf716e862e579df8842f82b79f6d_2356_c91866a9648f3c0e0b825e68a8d27af9.webp
new file mode 100644
index 00000000..e109fd2a
Binary files /dev/null and b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-running-over-http-protocol-one-error_hu939ecf716e862e579df8842f82b79f6d_2356_c91866a9648f3c0e0b825e68a8d27af9.webp differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..84c12b75
Binary files /dev/null and b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..c6d44dee
Binary files /dev/null and b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_500x0_resize_box_3.png b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_500x0_resize_box_3.png
deleted file mode 100644
index fd899451..00000000
Binary files a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..7d61d0f5
Binary files /dev/null and b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_600x300_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_600x300_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..fe0a33b7
Binary files /dev/null and b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_600x300_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_857d27b58b38d5327a216556198a9117.webp b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_857d27b58b38d5327a216556198a9117.webp
new file mode 100644
index 00000000..7c2b81e0
Binary files /dev/null and b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/Chutzpah-test-adapter-version_hu055df6398c46516550731be922d655a9_17645_857d27b58b38d5327a216556198a9117.webp differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/chutzpah-open-in-browser_hu86f389ed95572332372575fdf3147f7a_16085_10c3f5987cddb583e702f812c7d41f2f.png b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/chutzpah-open-in-browser_hu86f389ed95572332372575fdf3147f7a_16085_10c3f5987cddb583e702f812c7d41f2f.png
deleted file mode 100644
index 6698ad74..00000000
Binary files a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/chutzpah-open-in-browser_hu86f389ed95572332372575fdf3147f7a_16085_10c3f5987cddb583e702f812c7d41f2f.png and /dev/null differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/chutzpah-open-in-browser_hu86f389ed95572332372575fdf3147f7a_16085_220e03fb44b773e33c9722b6549410bf.webp b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/chutzpah-open-in-browser_hu86f389ed95572332372575fdf3147f7a_16085_220e03fb44b773e33c9722b6549410bf.webp
new file mode 100644
index 00000000..150d5b1c
Binary files /dev/null and b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/chutzpah-open-in-browser_hu86f389ed95572332372575fdf3147f7a_16085_220e03fb44b773e33c9722b6549410bf.webp differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/chutzpah-open-in-browser_hu86f389ed95572332372575fdf3147f7a_16085_48x0_resize_q20_box_3.png b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/chutzpah-open-in-browser_hu86f389ed95572332372575fdf3147f7a_16085_48x0_resize_q20_box_3.png
deleted file mode 100644
index 3274c687..00000000
Binary files a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/chutzpah-open-in-browser_hu86f389ed95572332372575fdf3147f7a_16085_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/chutzpah-open-in-browser_hu86f389ed95572332372575fdf3147f7a_16085_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/chutzpah-open-in-browser_hu86f389ed95572332372575fdf3147f7a_16085_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..53d9da6b
Binary files /dev/null and b/resources/_gen/images/easier-debugging-of-js-tests-in-visual-studio-with-chutzpah-4-3-0/chutzpah-open-in-browser_hu86f389ed95572332372575fdf3147f7a_16085_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_1200x0_resize_box_3.png b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_1200x0_resize_box_3.png
deleted file mode 100644
index e312f1fc..00000000
Binary files a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..f8c9e23a
Binary files /dev/null and b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_1500x0_resize_box_3.png b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_1500x0_resize_box_3.png
deleted file mode 100644
index 395cbc74..00000000
Binary files a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..6901b042
Binary files /dev/null and b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_48x0_resize_q20_box_3.png b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_48x0_resize_q20_box_3.png
deleted file mode 100644
index b51b1edb..00000000
Binary files a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..b9b7b30e
Binary files /dev/null and b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_500x0_resize_box_3.png b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_500x0_resize_box_3.png
deleted file mode 100644
index ead01cb2..00000000
Binary files a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..7f6bffb8
Binary files /dev/null and b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_64d948bfda4204c74558bae6c27f12a3.png b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_64d948bfda4204c74558bae6c27f12a3.png
deleted file mode 100644
index 55ed6cae..00000000
Binary files a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_64d948bfda4204c74558bae6c27f12a3.png and /dev/null differ
diff --git a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_800x0_resize_box_3.png b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_800x0_resize_box_3.png
deleted file mode 100644
index 9c644c04..00000000
Binary files a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..219a5c31
Binary files /dev/null and b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_8a8f0f4149605d49ae470899549db4f3.webp b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_8a8f0f4149605d49ae470899549db4f3.webp
new file mode 100644
index 00000000..88d78d06
Binary files /dev/null and b/resources/_gen/images/enable-textarea-resize/Script_editor_hu38b119536de93078cd31f8b365da7d6d_29109_8a8f0f4149605d49ae470899549db4f3.webp differ
diff --git a/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..aafc6fd3
Binary files /dev/null and b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_34fea2140e6c90a4b4f2a456cd235b5d.webp b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_34fea2140e6c90a4b4f2a456cd235b5d.webp
new file mode 100644
index 00000000..4b73c863
Binary files /dev/null and b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_34fea2140e6c90a4b4f2a456cd235b5d.webp differ
diff --git a/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_48x0_resize_q20_h2_box.webp b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..2f87d4c6
Binary files /dev/null and b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_500x0_resize_q75_box.jpg b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_500x0_resize_q75_box.jpg
deleted file mode 100644
index 2c22ece0..00000000
Binary files a/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_500x0_resize_q75_h2_box.webp b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..76a60f62
Binary files /dev/null and b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..a671d0a8
Binary files /dev/null and b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_800x0_resize_q75_box.jpg b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_800x0_resize_q75_box.jpg
deleted file mode 100644
index 106d368b..00000000
Binary files a/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_800x0_resize_q75_h2_box.webp b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..9f8a1e05
Binary files /dev/null and b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..12b6cf46
Binary files /dev/null and b/resources/_gen/images/error-handling-with-fetch/david-kovalenko-414249-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_288358_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_212c00792c94744b735a266487e4f08a.webp b/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_212c00792c94744b735a266487e4f08a.webp
new file mode 100644
index 00000000..32bb1c91
Binary files /dev/null and b/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_212c00792c94744b735a266487e4f08a.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_48x0_resize_q20_box_1.gif b/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_48x0_resize_q20_box_1.gif
deleted file mode 100644
index 98c599b1..00000000
Binary files a/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_48x0_resize_q20_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_48x0_resize_q20_h2_box_1.webp b/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_48x0_resize_q20_h2_box_1.webp
new file mode 100644
index 00000000..9e7776db
Binary files /dev/null and b/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_48x0_resize_q20_h2_box_1.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_500x0_resize_box_1.gif b/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_500x0_resize_box_1.gif
deleted file mode 100644
index f33c8498..00000000
Binary files a/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_500x0_resize_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_500x0_resize_q75_h2_box_1.webp b/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_500x0_resize_q75_h2_box_1.webp
new file mode 100644
index 00000000..dae89833
Binary files /dev/null and b/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_500x0_resize_q75_h2_box_1.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_77e88e9d4574d73f36dec0795dbffc9f.gif b/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_77e88e9d4574d73f36dec0795dbffc9f.gif
deleted file mode 100644
index c7f05461..00000000
Binary files a/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_77e88e9d4574d73f36dec0795dbffc9f.gif and /dev/null differ
diff --git a/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_800x0_resize_box_1.gif b/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_800x0_resize_box_1.gif
deleted file mode 100644
index ef5b92bf..00000000
Binary files a/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_800x0_resize_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_800x0_resize_q75_h2_box_1.webp b/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_800x0_resize_q75_h2_box_1.webp
new file mode 100644
index 00000000..f4f08d98
Binary files /dev/null and b/resources/_gen/images/find-github-repositories-locally/refresh-index_hu0d13f0253237971ca5708aadf0486b79_18269_800x0_resize_q75_h2_box_1.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/search-ogimage_hu23b17d492d7f08f3b022fc695942fd24_76780_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/find-github-repositories-locally/search-ogimage_hu23b17d492d7f08f3b022fc695942fd24_76780_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..a86fcd90
Binary files /dev/null and b/resources/_gen/images/find-github-repositories-locally/search-ogimage_hu23b17d492d7f08f3b022fc695942fd24_76780_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/search-ogimage_hu23b17d492d7f08f3b022fc695942fd24_76780_48x0_resize_q20_h2_box.webp b/resources/_gen/images/find-github-repositories-locally/search-ogimage_hu23b17d492d7f08f3b022fc695942fd24_76780_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..fbb2156a
Binary files /dev/null and b/resources/_gen/images/find-github-repositories-locally/search-ogimage_hu23b17d492d7f08f3b022fc695942fd24_76780_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/search-ogimage_hu23b17d492d7f08f3b022fc695942fd24_76780_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/find-github-repositories-locally/search-ogimage_hu23b17d492d7f08f3b022fc695942fd24_76780_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..ac9c06f0
Binary files /dev/null and b/resources/_gen/images/find-github-repositories-locally/search-ogimage_hu23b17d492d7f08f3b022fc695942fd24_76780_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/search-ogimage_hu23b17d492d7f08f3b022fc695942fd24_76780_9b1e29118f6dd2acbb5c5d8c8c0e0295.webp b/resources/_gen/images/find-github-repositories-locally/search-ogimage_hu23b17d492d7f08f3b022fc695942fd24_76780_9b1e29118f6dd2acbb5c5d8c8c0e0295.webp
new file mode 100644
index 00000000..95267add
Binary files /dev/null and b/resources/_gen/images/find-github-repositories-locally/search-ogimage_hu23b17d492d7f08f3b022fc695942fd24_76780_9b1e29118f6dd2acbb5c5d8c8c0e0295.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_0bac51a855a2bbcba30a0b929a78d377.webp b/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_0bac51a855a2bbcba30a0b929a78d377.webp
new file mode 100644
index 00000000..0fa5ab73
Binary files /dev/null and b/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_0bac51a855a2bbcba30a0b929a78d377.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_48x0_resize_q20_box_1.gif b/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_48x0_resize_q20_box_1.gif
deleted file mode 100644
index 38a3dd21..00000000
Binary files a/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_48x0_resize_q20_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_48x0_resize_q20_h2_box_1.webp b/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_48x0_resize_q20_h2_box_1.webp
new file mode 100644
index 00000000..9c6dae7f
Binary files /dev/null and b/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_48x0_resize_q20_h2_box_1.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_500x0_resize_box_1.gif b/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_500x0_resize_box_1.gif
deleted file mode 100644
index 4ae7f6ea..00000000
Binary files a/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_500x0_resize_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_500x0_resize_q75_h2_box_1.webp b/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_500x0_resize_q75_h2_box_1.webp
new file mode 100644
index 00000000..0a31bb87
Binary files /dev/null and b/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_500x0_resize_q75_h2_box_1.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_800x0_resize_box_1.gif b/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_800x0_resize_box_1.gif
deleted file mode 100644
index b7a3d6bc..00000000
Binary files a/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_800x0_resize_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_800x0_resize_q75_h2_box_1.webp b/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_800x0_resize_q75_h2_box_1.webp
new file mode 100644
index 00000000..f416de7f
Binary files /dev/null and b/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_800x0_resize_q75_h2_box_1.webp differ
diff --git a/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_e138123fb8569a65d2965344c3e20fb2.gif b/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_e138123fb8569a65d2965344c3e20fb2.gif
deleted file mode 100644
index fc557d1b..00000000
Binary files a/resources/_gen/images/find-github-repositories-locally/search_hub71872ce44413a73d040eefbdee50ce9_404633_e138123fb8569a65d2965344c3e20fb2.gif and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_48x0_resize_q20_box_3.png b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_48x0_resize_q20_box_3.png
deleted file mode 100644
index 025db4ee..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..37ae6b52
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_500x0_resize_box_3.png b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_500x0_resize_box_3.png
deleted file mode 100644
index bb43207b..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..7be16368
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_800x0_resize_box_3.png b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_800x0_resize_box_3.png
deleted file mode 100644
index 927e91ab..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..ec9162df
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_e7b5cab82ffa6f13a86afbf4cc0137d6.png b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_e7b5cab82ffa6f13a86afbf4cc0137d6.png
deleted file mode 100644
index e55cb318..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_e7b5cab82ffa6f13a86afbf4cc0137d6.png and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_e9367a6792a3fc99d22b162a724f6a9b.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_e9367a6792a3fc99d22b162a724f6a9b.webp
new file mode 100644
index 00000000..f8a67105
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-enable-sshd_hu1b306a913f9c048783bd96cc5cbde0a0_13193_e9367a6792a3fc99d22b162a724f6a9b.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..3099929a
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..c3ad2224
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_500x0_resize_box_3.png b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_500x0_resize_box_3.png
deleted file mode 100644
index 4715fcf9..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..89aaab53
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_600x300_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_600x300_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..fb9612b0
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_600x300_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_800x0_resize_box_3.png b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_800x0_resize_box_3.png
deleted file mode 100644
index 060f08bb..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..0b002e94
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_978x489_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_978x489_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..6db3a0d1
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_978x489_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_acefe85fe3a859500c833d8a6bf27b49.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_acefe85fe3a859500c833d8a6bf27b49.webp
new file mode 100644
index 00000000..45f8826b
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-firmware-upload_hu57a9d846895ac85b8d3ea3a9614ff91c_149170_acefe85fe3a859500c833d8a6bf27b49.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_1200x0_resize_box_3.png b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_1200x0_resize_box_3.png
deleted file mode 100644
index db4b32f5..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..06c12f83
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_48x0_resize_q20_box_3.png b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_48x0_resize_q20_box_3.png
deleted file mode 100644
index 08b359fc..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..1c343270
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_500x0_resize_box_3.png b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_500x0_resize_box_3.png
deleted file mode 100644
index ac82217d..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..d4761704
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_800x0_resize_box_3.png b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_800x0_resize_box_3.png
deleted file mode 100644
index 1ef2c552..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..cbbc9672
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_8e6267775b0c9ceec131ddf1095b2adb.png b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_8e6267775b0c9ceec131ddf1095b2adb.png
deleted file mode 100644
index a141ea14..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_8e6267775b0c9ceec131ddf1095b2adb.png and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_f51135b9f6c5f3239b40c728f3b70ee3.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_f51135b9f6c5f3239b40c728f3b70ee3.webp
new file mode 100644
index 00000000..fad76bbf
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/asus-update-notification-enabling_hu47a71e47a332146e12a6840e9ea2c027_137237_f51135b9f6c5f3239b40c728f3b70ee3.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_48x0_resize_q20_box.jpg b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_48x0_resize_q20_box.jpg
deleted file mode 100644
index 914a4872..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_48x0_resize_q20_h2_box.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..9a47792b
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_500x0_resize_q75_box.jpg b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_500x0_resize_q75_box.jpg
deleted file mode 100644
index c8c7b5dc..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_500x0_resize_q75_h2_box.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..0f721972
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_5d3c4d8b22ad2887b102a1879a9db342.jpg b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_5d3c4d8b22ad2887b102a1879a9db342.jpg
deleted file mode 100644
index 493a455a..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_5d3c4d8b22ad2887b102a1879a9db342.jpg and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_800x0_resize_q75_box.jpg b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_800x0_resize_q75_box.jpg
deleted file mode 100644
index c59445ad..00000000
Binary files a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_800x0_resize_q75_h2_box.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..5cf94a2c
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_89940580b1d70f6ed93b9684f5d030f0.webp b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_89940580b1d70f6ed93b9684f5d030f0.webp
new file mode 100644
index 00000000..72185568
Binary files /dev/null and b/resources/_gen/images/firmware-update-notifications-for-my-asus-router/pushover-router-notifications_hu50805f502c4b6ecff10f11c9e6cdd49b_177610_89940580b1d70f6ed93b9684f5d030f0.webp differ
diff --git a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..caee0827
Binary files /dev/null and b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_1500x0_resize_box_3.png b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_1500x0_resize_box_3.png
deleted file mode 100644
index c44e94ec..00000000
Binary files a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..a2ee08e5
Binary files /dev/null and b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..ad919c2b
Binary files /dev/null and b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_500x0_resize_box_3.png b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_500x0_resize_box_3.png
deleted file mode 100644
index aac755da..00000000
Binary files a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..f2b22a94
Binary files /dev/null and b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_5059ada7ddb7b3bd3dbfbb4c2f613673.webp b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_5059ada7ddb7b3bd3dbfbb4c2f613673.webp
new file mode 100644
index 00000000..36663076
Binary files /dev/null and b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_5059ada7ddb7b3bd3dbfbb4c2f613673.webp differ
diff --git a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_600x300_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_600x300_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..c21338d5
Binary files /dev/null and b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_600x300_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_800x0_resize_box_3.png b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_800x0_resize_box_3.png
deleted file mode 100644
index ec98f3d4..00000000
Binary files a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..84f41cac
Binary files /dev/null and b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_978x489_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_978x489_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..dd5405bf
Binary files /dev/null and b/resources/_gen/images/gatsby-source-plugin-for-twitter/tweet-component-screenshot_huee9ec503ca6d21d1f1d4cadb688c4789_755511_978x489_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..85f606cd
Binary files /dev/null and b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_1500x0_resize_q75_box.jpg b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 49335129..00000000
Binary files a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..01ad432c
Binary files /dev/null and b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_48x0_resize_q20_h2_box.webp b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..9e845367
Binary files /dev/null and b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_500x0_resize_q75_box.jpg b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_500x0_resize_q75_box.jpg
deleted file mode 100644
index c4ef6dfc..00000000
Binary files a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_500x0_resize_q75_h2_box.webp b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..5191c4bf
Binary files /dev/null and b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_5fbd3159c197e36e02007cd72e2aee03.webp b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_5fbd3159c197e36e02007cd72e2aee03.webp
new file mode 100644
index 00000000..42d1687a
Binary files /dev/null and b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_5fbd3159c197e36e02007cd72e2aee03.webp differ
diff --git a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..0f506624
Binary files /dev/null and b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_800x0_resize_q75_box.jpg b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_800x0_resize_q75_box.jpg
deleted file mode 100644
index 1113ab08..00000000
Binary files a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_800x0_resize_q75_h2_box.webp b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..278e0e75
Binary files /dev/null and b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..10ce1333
Binary files /dev/null and b/resources/_gen/images/gatsby-vs-hugo-for-personal-blog/hero-16x9_hu74154483762247c1509710b9559f9768_2600442_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_48x0_resize_q20_box.jpg b/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_48x0_resize_q20_box.jpg
deleted file mode 100644
index 13236f52..00000000
Binary files a/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_48x0_resize_q20_h2_box.webp b/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..1fbd23a0
Binary files /dev/null and b/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_500x0_resize_q75_box.jpg b/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_500x0_resize_q75_box.jpg
deleted file mode 100644
index 30ff2cc5..00000000
Binary files a/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_500x0_resize_q75_h2_box.webp b/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..f8916021
Binary files /dev/null and b/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_cfe8c99b61a51fadacc46c472ce70944.jpg b/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_cfe8c99b61a51fadacc46c472ce70944.jpg
deleted file mode 100644
index 63f076ac..00000000
Binary files a/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_cfe8c99b61a51fadacc46c472ce70944.jpg and /dev/null differ
diff --git a/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_f9c641411fc420c261955abf39f5cac0.webp b/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_f9c641411fc420c261955abf39f5cac0.webp
new file mode 100644
index 00000000..9e9f6e31
Binary files /dev/null and b/resources/_gen/images/getting-a-divorce-from-sharepoint/heavy-ride_hud878131158941afc5da17d1132db5a97_411422_f9c641411fc420c261955abf39f5cac0.webp differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_48x0_resize_q20_box_3.png b/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_48x0_resize_q20_box_3.png
deleted file mode 100644
index eb9ad74b..00000000
Binary files a/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..d1cc0d98
Binary files /dev/null and b/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_4a4caa6161459f4e00b3178beb40eb61.webp b/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_4a4caa6161459f4e00b3178beb40eb61.webp
new file mode 100644
index 00000000..7abf26d8
Binary files /dev/null and b/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_4a4caa6161459f4e00b3178beb40eb61.webp differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_500x0_resize_box_3.png b/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_500x0_resize_box_3.png
deleted file mode 100644
index 729be505..00000000
Binary files a/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..e42cbc53
Binary files /dev/null and b/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_630524743e9e57b1412ba28c48145537.png b/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_630524743e9e57b1412ba28c48145537.png
deleted file mode 100644
index 00a3ddc7..00000000
Binary files a/resources/_gen/images/git-wasnt-that-complicated/ConEmu-Git-update-post_hu32cacbd24607810de339208ba39e3afc_32502_630524743e9e57b1412ba28c48145537.png and /dev/null differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..7b7e9bb8
Binary files /dev/null and b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_48x0_resize_q20_h2_box.webp b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..4676ff2a
Binary files /dev/null and b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_500x0_resize_q75_box.jpg b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_500x0_resize_q75_box.jpg
deleted file mode 100644
index ab6e3f23..00000000
Binary files a/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_500x0_resize_q75_h2_box.webp b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..3853e807
Binary files /dev/null and b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..496ee631
Binary files /dev/null and b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_800x0_resize_q75_box.jpg b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_800x0_resize_q75_box.jpg
deleted file mode 100644
index 6401d157..00000000
Binary files a/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_800x0_resize_q75_h2_box.webp b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..621019b3
Binary files /dev/null and b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..5c9f6b71
Binary files /dev/null and b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_cbb351a78d9fc358b7af2602b7239340.webp b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_cbb351a78d9fc358b7af2602b7239340.webp
new file mode 100644
index 00000000..dc53d0a2
Binary files /dev/null and b/resources/_gen/images/git-wasnt-that-complicated/tomas-malik-1185809-unsplash_1500_hu51b05ea63ef87c65f42788776b9e01e5_865190_cbb351a78d9fc358b7af2602b7239340.webp differ
diff --git a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..45a59daf
Binary files /dev/null and b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_1500x0_resize_q75_box.jpg b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_1500x0_resize_q75_box.jpg
deleted file mode 100644
index b859fe5a..00000000
Binary files a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..7572bcb3
Binary files /dev/null and b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_48x0_resize_q20_h2_box.webp b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..26d307e5
Binary files /dev/null and b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_500x0_resize_q75_box.jpg b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_500x0_resize_q75_box.jpg
deleted file mode 100644
index 2c108b58..00000000
Binary files a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_500x0_resize_q75_h2_box.webp b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..e04e2d51
Binary files /dev/null and b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..5737f629
Binary files /dev/null and b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_800x0_resize_q75_box.jpg b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_800x0_resize_q75_box.jpg
deleted file mode 100644
index a142f433..00000000
Binary files a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_800x0_resize_q75_h2_box.webp b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..cafb8f22
Binary files /dev/null and b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..c9e7e5ad
Binary files /dev/null and b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_c1c5e917a3f86a26aadee23da9ec6bb2.webp b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_c1c5e917a3f86a26aadee23da9ec6bb2.webp
new file mode 100644
index 00000000..5c2c9bc4
Binary files /dev/null and b/resources/_gen/images/how-i-tackled-parental-leave-boredom-with-code/picsea-EQlTyDZRx7U-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_2691397_c1c5e917a3f86a26aadee23da9ec6bb2.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..156d14be
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_1500x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_1500x0_resize_box_3.png
deleted file mode 100644
index af9585ad..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..3ae3df79
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..30cb7b9d
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_500x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_500x0_resize_box_3.png
deleted file mode 100644
index aa60a8d8..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..5cc2b792
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_600x300_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_600x300_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..79320cfc
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_600x300_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_800x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_800x0_resize_box_3.png
deleted file mode 100644
index adacdba3..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..4d15e973
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_978x489_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_978x489_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..ae1163df
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_978x489_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_ef5ba78fc47124a29b51cf7bb849aa37.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_ef5ba78fc47124a29b51cf7bb849aa37.webp
new file mode 100644
index 00000000..9145c4b2
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gh-pr_huc5ec785053a94013984df38786c388cc_205783_ef5ba78fc47124a29b51cf7bb849aa37.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1200x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1200x0_resize_box_3.png
deleted file mode 100644
index 462a07eb..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..29f8d39a
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1500x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1500x0_resize_box_3.png
deleted file mode 100644
index 53973185..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..07e35074
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1baa4fde9fd40195b1c4ad17d9050d36.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1baa4fde9fd40195b1c4ad17d9050d36.png
deleted file mode 100644
index 57e6cb64..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_1baa4fde9fd40195b1c4ad17d9050d36.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_359bf0a1fadce320ff193b16f6bd5e5e.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_359bf0a1fadce320ff193b16f6bd5e5e.webp
new file mode 100644
index 00000000..383b7c5a
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_359bf0a1fadce320ff193b16f6bd5e5e.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_48x0_resize_q20_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_48x0_resize_q20_box_3.png
deleted file mode 100644
index f7755164..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..eea60597
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_500x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_500x0_resize_box_3.png
deleted file mode 100644
index 80d63461..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..dff999f1
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_800x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_800x0_resize_box_3.png
deleted file mode 100644
index 5d8008c6..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..4ea62ee5
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/gha-green_hub0d4b0c5b05b8f246c3a7b2491410267_155601_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_1200x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_1200x0_resize_box_3.png
deleted file mode 100644
index 1e8aab87..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..2a8b4402
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_1500x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_1500x0_resize_box_3.png
deleted file mode 100644
index 28139706..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..3f0aacf7
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_280d9852cbc3286fb015dc51c0f0373a.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_280d9852cbc3286fb015dc51c0f0373a.webp
new file mode 100644
index 00000000..c3380b0f
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_280d9852cbc3286fb015dc51c0f0373a.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_48x0_resize_q20_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_48x0_resize_q20_box_3.png
deleted file mode 100644
index eb465d96..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..12113e21
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_500x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_500x0_resize_box_3.png
deleted file mode 100644
index 8d02b18a..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..135a796d
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_800x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_800x0_resize_box_3.png
deleted file mode 100644
index be73ecbf..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..a19bc42e
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_a1be27d998fc5268b5c796a753aac726.png b/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_a1be27d998fc5268b5c796a753aac726.png
deleted file mode 100644
index f71b779c..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-developing-and-deploying/slack-notifications_hud38a5ea5d37ffe071ba89dbfb409f56c_321293_a1be27d998fc5268b5c796a753aac726.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1200x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1200x0_resize_box_3.png
deleted file mode 100644
index b69f3683..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..b07414b8
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1500x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1500x0_resize_box_3.png
deleted file mode 100644
index d774fff0..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..ba8d9ed1
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_184a61be8a72e63687172b84e2fe5720.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_184a61be8a72e63687172b84e2fe5720.webp
new file mode 100644
index 00000000..9f777832
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_184a61be8a72e63687172b84e2fe5720.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_48x0_resize_q20_box_3.png b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_48x0_resize_q20_box_3.png
deleted file mode 100644
index 614fa447..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..4c0e9752
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_4ce826537ef4be6ae8d06b8973e5ad37.png b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_4ce826537ef4be6ae8d06b8973e5ad37.png
deleted file mode 100644
index a72b5595..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_4ce826537ef4be6ae8d06b8973e5ad37.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_500x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_500x0_resize_box_3.png
deleted file mode 100644
index d3e98c8a..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..954e942f
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_800x0_resize_box_3.png b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_800x0_resize_box_3.png
deleted file mode 100644
index 7578cf84..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..3b3cee80
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..97d2f4a9
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_1500x0_resize_q75_box.jpg b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 37031be8..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..bc7af3cb
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_48x0_resize_q20_h2_box.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..c1679e88
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_500x0_resize_q75_box.jpg b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_500x0_resize_q75_box.jpg
deleted file mode 100644
index 9b7b5eb0..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_500x0_resize_q75_h2_box.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..de0daad4
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..f301b23e
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_800x0_resize_q75_box.jpg b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_800x0_resize_q75_box.jpg
deleted file mode 100644
index 0f5167fc..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_800x0_resize_q75_h2_box.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..df61f29c
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..0e79b106
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_a2c86691b5ec6c0ce43ee6ce26843f29.webp b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_a2c86691b5ec6c0ce43ee6ce26843f29.webp
new file mode 100644
index 00000000..2d591d67
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-editing-and-deploying/retrosupply-jLwVAUtLOAQ-unsplash_huc71bdc3ba1621cd530ca42729d8048e8_2013254_a2c86691b5ec6c0ce43ee6ce26843f29.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..2e5eca71
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_1500x0_resize_q75_box.jpg b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 3d75381a..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..454210cd
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_4068f7273af6b2bc16ea682b3a276df0.webp b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_4068f7273af6b2bc16ea682b3a276df0.webp
new file mode 100644
index 00000000..31cc81fb
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_4068f7273af6b2bc16ea682b3a276df0.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_48x0_resize_q20_h2_box.webp b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..74fdc21f
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_500x0_resize_q75_box.jpg b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_500x0_resize_q75_box.jpg
deleted file mode 100644
index 81ffa1fe..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_500x0_resize_q75_h2_box.webp b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..3d96d7f9
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..c3d369cc
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_800x0_resize_q75_box.jpg b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_800x0_resize_q75_box.jpg
deleted file mode 100644
index d8ff0adc..00000000
Binary files a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_800x0_resize_q75_h2_box.webp b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..73d74746
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..522c770d
Binary files /dev/null and b/resources/_gen/images/hugo-pipeline-series-intro/quinten-de-graaf-L4gN0aeaPY4-unsplash_huba7870ac46dc97987509c8526fd58062_2707806_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..0e5be69e
Binary files /dev/null and b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_1500x0_resize_q75_box.jpg b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 90128835..00000000
Binary files a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..fe64c852
Binary files /dev/null and b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_48x0_resize_q20_h2_box.webp b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..3dc0cc27
Binary files /dev/null and b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_500x0_resize_q75_box.jpg b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_500x0_resize_q75_box.jpg
deleted file mode 100644
index b9eabcca..00000000
Binary files a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_500x0_resize_q75_h2_box.webp b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..85f72580
Binary files /dev/null and b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..8b9660f7
Binary files /dev/null and b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_800x0_resize_q75_box.jpg b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_800x0_resize_q75_box.jpg
deleted file mode 100644
index a50f18ca..00000000
Binary files a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_800x0_resize_q75_h2_box.webp b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..ed518b2c
Binary files /dev/null and b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..1f4c899f
Binary files /dev/null and b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_d5b1254105d0b0dd185d1f68922ddd1e.webp b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_d5b1254105d0b0dd185d1f68922ddd1e.webp
new file mode 100644
index 00000000..4d988722
Binary files /dev/null and b/resources/_gen/images/i-love-my-new-2013-macbook-pro/2019-11-26_HPA_2184_hu41939c9fe88d907c75d631d01f6f871f_1337446_d5b1254105d0b0dd185d1f68922ddd1e.webp differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_0429ead793d2c10e53d77fa0454314e6.png b/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_0429ead793d2c10e53d77fa0454314e6.png
deleted file mode 100644
index 7b986dcd..00000000
Binary files a/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_0429ead793d2c10e53d77fa0454314e6.png and /dev/null differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_0c05b141897eac30b213f7ec19b0ac4c.webp b/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_0c05b141897eac30b213f7ec19b0ac4c.webp
new file mode 100644
index 00000000..2fb855bd
Binary files /dev/null and b/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_0c05b141897eac30b213f7ec19b0ac4c.webp differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_48x0_resize_q20_box_3.png b/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_48x0_resize_q20_box_3.png
deleted file mode 100644
index 64cfc0f2..00000000
Binary files a/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..2fc6f5a9
Binary files /dev/null and b/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_500x0_resize_box_3.png b/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_500x0_resize_box_3.png
deleted file mode 100644
index 45703d7d..00000000
Binary files a/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..18b237ac
Binary files /dev/null and b/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_800x0_resize_box_3.png b/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_800x0_resize_box_3.png
deleted file mode 100644
index 0cc0b3fe..00000000
Binary files a/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..dd682222
Binary files /dev/null and b/resources/_gen/images/i-love-my-new-2013-macbook-pro/mittrum_hufc53a74328860d83cd00425d3894a8e8_2535393_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_31048cd8fa1d5306eab62da7f9f97923.jpg b/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_31048cd8fa1d5306eab62da7f9f97923.jpg
deleted file mode 100644
index 32c64bef..00000000
Binary files a/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_31048cd8fa1d5306eab62da7f9f97923.jpg and /dev/null differ
diff --git a/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_48x0_resize_q20_box.jpg b/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_48x0_resize_q20_box.jpg
deleted file mode 100644
index e83f2c89..00000000
Binary files a/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_48x0_resize_q20_h2_box.webp b/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..bff576a2
Binary files /dev/null and b/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_500x0_resize_q75_box.jpg b/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_500x0_resize_q75_box.jpg
deleted file mode 100644
index 17df71e3..00000000
Binary files a/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_500x0_resize_q75_h2_box.webp b/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..ebbb5afe
Binary files /dev/null and b/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_800x0_resize_q75_box.jpg b/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_800x0_resize_q75_box.jpg
deleted file mode 100644
index 4716bb38..00000000
Binary files a/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_800x0_resize_q75_h2_box.webp b/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..caf62c82
Binary files /dev/null and b/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_8f2a6b3faf1f61797a7f5ce92fa71abf.webp b/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_8f2a6b3faf1f61797a7f5ce92fa71abf.webp
new file mode 100644
index 00000000..f96e2a78
Binary files /dev/null and b/resources/_gen/images/inexpensive-home-media-solution/21867299155_84354a3d5e_k-1024x683_hub934f4e9bfb0b3f0af47248a62600431_61433_8f2a6b3faf1f61797a7f5ce92fa71abf.webp differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_1549ac67be435b9c5f9f864263613985.png b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_1549ac67be435b9c5f9f864263613985.png
deleted file mode 100644
index ca734359..00000000
Binary files a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_1549ac67be435b9c5f9f864263613985.png and /dev/null differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_48x0_resize_q20_box_3.png b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_48x0_resize_q20_box_3.png
deleted file mode 100644
index bec3dbdc..00000000
Binary files a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..ba0ec31e
Binary files /dev/null and b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_500x0_resize_box_3.png b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_500x0_resize_box_3.png
deleted file mode 100644
index 0dcdb8ea..00000000
Binary files a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..b7127543
Binary files /dev/null and b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_c5ad4553e724f96606668a83e38e6d85.webp b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_c5ad4553e724f96606668a83e38e6d85.webp
new file mode 100644
index 00000000..7a24e8c5
Binary files /dev/null and b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-after_hu9963eb229c6e18e8921de415a657dfe6_30827_c5ad4553e724f96606668a83e38e6d85.webp differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_48x0_resize_q20_box_3.png b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_48x0_resize_q20_box_3.png
deleted file mode 100644
index 44b6ad11..00000000
Binary files a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..a046f481
Binary files /dev/null and b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_500x0_resize_box_3.png b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_500x0_resize_box_3.png
deleted file mode 100644
index 80fb7fbf..00000000
Binary files a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..97bfa70a
Binary files /dev/null and b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_c2ca09e193c6380b94f43ff2728ed858.png b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_c2ca09e193c6380b94f43ff2728ed858.png
deleted file mode 100644
index 9fc7eacd..00000000
Binary files a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_c2ca09e193c6380b94f43ff2728ed858.png and /dev/null differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_e3a267394fc4c383ad3275979767a3c6.webp b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_e3a267394fc4c383ad3275979767a3c6.webp
new file mode 100644
index 00000000..20c6f2d3
Binary files /dev/null and b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/conemu-minimize-restore-shortcut-before_hu9963eb229c6e18e8921de415a657dfe6_30808_e3a267394fc4c383ad3275979767a3c6.webp differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/vscode-integrated-terminal-shortcut_hu3f913bd2206f18729a9dcbd153a6d57a_20409_0613cf659846c841927f0e4a6cc1efee.webp b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/vscode-integrated-terminal-shortcut_hu3f913bd2206f18729a9dcbd153a6d57a_20409_0613cf659846c841927f0e4a6cc1efee.webp
new file mode 100644
index 00000000..962e505e
Binary files /dev/null and b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/vscode-integrated-terminal-shortcut_hu3f913bd2206f18729a9dcbd153a6d57a_20409_0613cf659846c841927f0e4a6cc1efee.webp differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/vscode-integrated-terminal-shortcut_hu3f913bd2206f18729a9dcbd153a6d57a_20409_48x0_resize_q20_box_3.png b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/vscode-integrated-terminal-shortcut_hu3f913bd2206f18729a9dcbd153a6d57a_20409_48x0_resize_q20_box_3.png
deleted file mode 100644
index f201e80a..00000000
Binary files a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/vscode-integrated-terminal-shortcut_hu3f913bd2206f18729a9dcbd153a6d57a_20409_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/vscode-integrated-terminal-shortcut_hu3f913bd2206f18729a9dcbd153a6d57a_20409_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/vscode-integrated-terminal-shortcut_hu3f913bd2206f18729a9dcbd153a6d57a_20409_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..7be0f600
Binary files /dev/null and b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/vscode-integrated-terminal-shortcut_hu3f913bd2206f18729a9dcbd153a6d57a_20409_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/vscode-integrated-terminal-shortcut_hu3f913bd2206f18729a9dcbd153a6d57a_20409_62b52637835548cb513d7a2b21db968b.png b/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/vscode-integrated-terminal-shortcut_hu3f913bd2206f18729a9dcbd153a6d57a_20409_62b52637835548cb513d7a2b21db968b.png
deleted file mode 100644
index a210e247..00000000
Binary files a/resources/_gen/images/integrated-terminal-shortcut-in-vscode-opens-external-terminal/vscode-integrated-terminal-shortcut_hu3f913bd2206f18729a9dcbd153a6d57a_20409_62b52637835548cb513d7a2b21db968b.png and /dev/null differ
diff --git a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..a05b0ba9
Binary files /dev/null and b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_1500x0_resize_q75_box.jpg b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_1500x0_resize_q75_box.jpg
deleted file mode 100644
index f7864a38..00000000
Binary files a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..42f26e7b
Binary files /dev/null and b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_48x0_resize_q20_h2_box.webp b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..72161a5c
Binary files /dev/null and b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_500x0_resize_q75_box.jpg b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_500x0_resize_q75_box.jpg
deleted file mode 100644
index cad56527..00000000
Binary files a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_500x0_resize_q75_h2_box.webp b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..261d9232
Binary files /dev/null and b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..35a58fde
Binary files /dev/null and b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_800x0_resize_q75_box.jpg b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_800x0_resize_q75_box.jpg
deleted file mode 100644
index 897a8096..00000000
Binary files a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_800x0_resize_q75_h2_box.webp b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..daa28324
Binary files /dev/null and b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..8baaa6ad
Binary files /dev/null and b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_b24a95553c81a310928a1c96d399d6d9.webp b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_b24a95553c81a310928a1c96d399d6d9.webp
new file mode 100644
index 00000000..7ff6d9c1
Binary files /dev/null and b/resources/_gen/images/javascript-recommendations-to-a-struggling-student/nesa-by-makers-IgUR1iX0mqM-unsplash_hu5742a3aba77b61890d2614f8f43ff88e_2803415_b24a95553c81a310928a1c96d399d6d9.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..092fa814
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_48x0_resize_q20_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..58f8ff10
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..69328040
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_7b6c18442ccdd2785be0bbfcb9571694.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_7b6c18442ccdd2785be0bbfcb9571694.webp
new file mode 100644
index 00000000..053c229e
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_7b6c18442ccdd2785be0bbfcb9571694.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..50a883a5
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2-above_hu63f26db4bb5d52883ebb602c4d12283b_8029218_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_1200x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_1200x0_resize_q75_box.jpg
deleted file mode 100644
index eccc2e6c..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..b19ce1c4
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_1500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 82113e71..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..a2c01a3f
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_48x0_resize_q20_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_48x0_resize_q20_box.jpg
deleted file mode 100644
index a8a0c160..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_48x0_resize_q20_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..9d1c9f15
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_500x0_resize_q75_box.jpg
deleted file mode 100644
index cd4593dd..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..9db2720b
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_7b06df64f10c99222a3d75a3bd2230e4.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_7b06df64f10c99222a3d75a3bd2230e4.jpg
deleted file mode 100644
index c0bb695e..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_7b06df64f10c99222a3d75a3bd2230e4.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_800x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_800x0_resize_q75_box.jpg
deleted file mode 100644
index fdcd7e70..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_800x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..184ce516
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_e9a5d68f49632d5ca29eaac7eb2ad1f6.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_e9a5d68f49632d5ca29eaac7eb2ad1f6.webp
new file mode 100644
index 00000000..7e79f26e
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/kyria-2_hu79ffe86a89b9288f44b8f793fceb0215_6028374_e9a5d68f49632d5ca29eaac7eb2ad1f6.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_1200x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_1200x0_resize_q75_box.jpg
deleted file mode 100644
index 6979f1f8..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..700e7273
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_1500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 0a826130..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..af38ac89
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_48x0_resize_q20_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_48x0_resize_q20_box.jpg
deleted file mode 100644
index e56ba7a6..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_48x0_resize_q20_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..9d24c393
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_500x0_resize_q75_box.jpg
deleted file mode 100644
index 1a9be336..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..5f25f656
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_752d2351909553cf9eb7e8c2de99ed11.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_752d2351909553cf9eb7e8c2de99ed11.jpg
deleted file mode 100644
index 37669c72..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_752d2351909553cf9eb7e8c2de99ed11.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_7fd8d51c6cfb66c04bf533e53411fab5.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_7fd8d51c6cfb66c04bf533e53411fab5.webp
new file mode 100644
index 00000000..6697a183
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_7fd8d51c6cfb66c04bf533e53411fab5.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_800x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_800x0_resize_q75_box.jpg
deleted file mode 100644
index a525cdfb..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_800x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..7b66b2d9
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/mt3_hube53d684355c426978849d8d88b20e09_7716289_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_1200x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_1200x0_resize_q75_box.jpg
deleted file mode 100644
index 607dddec..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..ed4d6a17
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_1500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 67b19e25..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..e349bb9c
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_374777c7ab1c0f7ff53c4eba37ecc50b.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_374777c7ab1c0f7ff53c4eba37ecc50b.webp
new file mode 100644
index 00000000..1b9b3568
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_374777c7ab1c0f7ff53c4eba37ecc50b.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_48x0_resize_q20_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_48x0_resize_q20_box.jpg
deleted file mode 100644
index 4e9308ae..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_48x0_resize_q20_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..522c800d
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_500x0_resize_q75_box.jpg
deleted file mode 100644
index 70c288df..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..5d87fe8c
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_7b164bd2958ff401f95f1876d0636031.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_7b164bd2958ff401f95f1876d0636031.jpg
deleted file mode 100644
index 6513ec08..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_7b164bd2958ff401f95f1876d0636031.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_800x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_800x0_resize_q75_box.jpg
deleted file mode 100644
index 1a1d103b..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_800x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..dfc477b5
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/planck_hu7d147b5a52781dc095333541a540e90a_7084793_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_1200x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_1200x0_resize_q75_box.jpg
deleted file mode 100644
index eb26f6a4..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..8e8db99d
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_1500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 0686c438..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..4975c16e
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_168da068024b4b984b9d0bf8c6780aea.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_168da068024b4b984b9d0bf8c6780aea.webp
new file mode 100644
index 00000000..42685f9e
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_168da068024b4b984b9d0bf8c6780aea.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_48x0_resize_q20_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_48x0_resize_q20_box.jpg
deleted file mode 100644
index 08b9ba22..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_48x0_resize_q20_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..18a2385c
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_500x0_resize_q75_box.jpg
deleted file mode 100644
index 133e9dc1..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..0af1b4bc
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_800x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_800x0_resize_q75_box.jpg
deleted file mode 100644
index 46e4f24e..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_800x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..15f4c091
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_b77d771eee2a3f7dd75b5ce157046ec7.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_b77d771eee2a3f7dd75b5ce157046ec7.jpg
deleted file mode 100644
index c96b611d..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/row-staggering_hue8414fa10c202db2959cb094d2fd0dfe_2974319_b77d771eee2a3f7dd75b5ce157046ec7.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_1200x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_1200x0_resize_q75_box.jpg
deleted file mode 100644
index 27ada80c..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..56bd16b7
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_1500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 0e73895a..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..5deda063
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_48x0_resize_q20_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_48x0_resize_q20_box.jpg
deleted file mode 100644
index 7ff8fd9d..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_48x0_resize_q20_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..fbb13e3d
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_500x0_resize_q75_box.jpg
deleted file mode 100644
index 587b7fd0..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..94dc71e2
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_800x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_800x0_resize_q75_box.jpg
deleted file mode 100644
index a8b8211c..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_800x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..b2c96092
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_9a4f4bc5c4e628038a246b1ec2bda7f9.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_9a4f4bc5c4e628038a246b1ec2bda7f9.webp
new file mode 100644
index 00000000..ac87dde8
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_9a4f4bc5c4e628038a246b1ec2bda7f9.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_fb381ac4421c171722b25035d48e681a.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_fb381ac4421c171722b25035d48e681a.jpg
deleted file mode 100644
index 39e6195c..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/soldering_hu3fe2a768c1fe2503c29edf379cd13715_2941122_fb381ac4421c171722b25035d48e681a.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_1200x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_1200x0_resize_q75_box.jpg
deleted file mode 100644
index cbccbbfb..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..bbd01d7a
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_1500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 08948f03..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..45486217
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_48x0_resize_q20_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_48x0_resize_q20_box.jpg
deleted file mode 100644
index 23cc4aac..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_48x0_resize_q20_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..163e8b8b
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_500x0_resize_q75_box.jpg
deleted file mode 100644
index 707b761b..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..4501eca7
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_800x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_800x0_resize_q75_box.jpg
deleted file mode 100644
index 06b8e21f..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_800x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..1f398ad6
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_b345981d7aa163d42131bccdb89803b5.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_b345981d7aa163d42131bccdb89803b5.webp
new file mode 100644
index 00000000..6778b111
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_b345981d7aa163d42131bccdb89803b5.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_e1263bb67060abe1e75b2bb8756faf11.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_e1263bb67060abe1e75b2bb8756faf11.jpg
deleted file mode 100644
index 2aebaeda..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/switches_hu89c2f7fce6d0341d401448e1da235232_12495311_e1263bb67060abe1e75b2bb8756faf11.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1200x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1200x0_resize_q75_box.jpg
deleted file mode 100644
index 4824480b..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..396ab9a8
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 986cf49e..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..a291e3eb
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1a48a6eb7e2a9f57a60236a2ae3ce252.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1a48a6eb7e2a9f57a60236a2ae3ce252.jpg
deleted file mode 100644
index 125641b4..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_1a48a6eb7e2a9f57a60236a2ae3ce252.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_42cf5a36acbdddca5c3774a2cf04a8a5.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_42cf5a36acbdddca5c3774a2cf04a8a5.webp
new file mode 100644
index 00000000..f6dd4237
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_42cf5a36acbdddca5c3774a2cf04a8a5.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_48x0_resize_q20_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_48x0_resize_q20_box.jpg
deleted file mode 100644
index 7f58ba3d..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_48x0_resize_q20_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..a89b27eb
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_500x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_500x0_resize_q75_box.jpg
deleted file mode 100644
index 8a03246a..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_500x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..e6e552cd
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_800x0_resize_q75_box.jpg b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_800x0_resize_q75_box.jpg
deleted file mode 100644
index a99590b0..00000000
Binary files a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_800x0_resize_q75_h2_box.webp b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..226f618d
Binary files /dev/null and b/resources/_gen/images/kyria-to-solve-my-keyboard-problems/xps-plus_hub8bf21880396ef730ad00ae723a993ff_6689873_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..08504c47
Binary files /dev/null and b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_1500x0_resize_q75_box.jpg b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_1500x0_resize_q75_box.jpg
deleted file mode 100644
index ac390a3d..00000000
Binary files a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..9435e382
Binary files /dev/null and b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_48x0_resize_q20_h2_box.webp b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..e4ecd4d2
Binary files /dev/null and b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_500x0_resize_q75_box.jpg b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_500x0_resize_q75_box.jpg
deleted file mode 100644
index 708ffcf5..00000000
Binary files a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_500x0_resize_q75_h2_box.webp b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..e59c7243
Binary files /dev/null and b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..660348a2
Binary files /dev/null and b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_6142d84b13a369ba02a053fdac4c79d6.webp b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_6142d84b13a369ba02a053fdac4c79d6.webp
new file mode 100644
index 00000000..bf79e4c7
Binary files /dev/null and b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_6142d84b13a369ba02a053fdac4c79d6.webp differ
diff --git a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_800x0_resize_q75_box.jpg b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_800x0_resize_q75_box.jpg
deleted file mode 100644
index fdb39c60..00000000
Binary files a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_800x0_resize_q75_h2_box.webp b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..ed1ee7af
Binary files /dev/null and b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..6684f1d8
Binary files /dev/null and b/resources/_gen/images/lazy-loading-images-in-hugo/drew-coffman-DzIt-fTYv4E-unsplash_hu3d03a01dcc18bc5be0e67db3d8d209a6_1775123_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_1200x0_resize_box_3.png b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_1200x0_resize_box_3.png
deleted file mode 100644
index 81e90f24..00000000
Binary files a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..62112cd8
Binary files /dev/null and b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_1500x0_resize_box_3.png b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_1500x0_resize_box_3.png
deleted file mode 100644
index 6453d1d4..00000000
Binary files a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..6740cc8a
Binary files /dev/null and b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_25e01c4852af27590e6fc3bd206622c8.png b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_25e01c4852af27590e6fc3bd206622c8.png
deleted file mode 100644
index 391cf26a..00000000
Binary files a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_25e01c4852af27590e6fc3bd206622c8.png and /dev/null differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_2f287e1d02473bdb065a475f64ee92cc.webp b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_2f287e1d02473bdb065a475f64ee92cc.webp
new file mode 100644
index 00000000..3ea1e90c
Binary files /dev/null and b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_2f287e1d02473bdb065a475f64ee92cc.webp differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_48x0_resize_q20_box_3.png b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_48x0_resize_q20_box_3.png
deleted file mode 100644
index ee67dda4..00000000
Binary files a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..f3f44b1f
Binary files /dev/null and b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_500x0_resize_box_3.png b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_500x0_resize_box_3.png
deleted file mode 100644
index 2f55aef7..00000000
Binary files a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..562c7c54
Binary files /dev/null and b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_800x0_resize_box_3.png b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_800x0_resize_box_3.png
deleted file mode 100644
index 78492ce8..00000000
Binary files a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..1e13769f
Binary files /dev/null and b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/cinst_paint_hubc4cba8ecc66b5f6bae93d88ab10985b_44483_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_1200x0_resize_q75_box.jpg b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_1200x0_resize_q75_box.jpg
deleted file mode 100644
index 3ef7a949..00000000
Binary files a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..d227b0f4
Binary files /dev/null and b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_1419d46998714e187b7c8030a6c2d52f.jpg b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_1419d46998714e187b7c8030a6c2d52f.jpg
deleted file mode 100644
index 165f9520..00000000
Binary files a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_1419d46998714e187b7c8030a6c2d52f.jpg and /dev/null differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_1a90ff467d0d0d28874e32fd3c68f2ae.webp b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_1a90ff467d0d0d28874e32fd3c68f2ae.webp
new file mode 100644
index 00000000..d7184af2
Binary files /dev/null and b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_1a90ff467d0d0d28874e32fd3c68f2ae.webp differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_48x0_resize_q20_box.jpg b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_48x0_resize_q20_box.jpg
deleted file mode 100644
index 2d9777f1..00000000
Binary files a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_48x0_resize_q20_h2_box.webp b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..109a6f62
Binary files /dev/null and b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_500x0_resize_q75_box.jpg b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_500x0_resize_q75_box.jpg
deleted file mode 100644
index 43b4e9bc..00000000
Binary files a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_500x0_resize_q75_h2_box.webp b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..ded43b74
Binary files /dev/null and b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_800x0_resize_q75_box.jpg b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_800x0_resize_q75_box.jpg
deleted file mode 100644
index caee90a0..00000000
Binary files a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_800x0_resize_q75_h2_box.webp b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..39d990e1
Binary files /dev/null and b/resources/_gen/images/lenovo-x1-carbon-with-windows-10/x1_carbon_huac3fbacf5488d0cffccd9930b0dd96e9_345338_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..8743bac5
Binary files /dev/null and b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_1500x0_resize_q75_box.jpg b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_1500x0_resize_q75_box.jpg
deleted file mode 100644
index b760a889..00000000
Binary files a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..b345dd99
Binary files /dev/null and b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_48x0_resize_q20_h2_box.webp b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..07096c22
Binary files /dev/null and b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_500x0_resize_q75_box.jpg b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_500x0_resize_q75_box.jpg
deleted file mode 100644
index 3cbd62d4..00000000
Binary files a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_500x0_resize_q75_h2_box.webp b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..a0eb32fc
Binary files /dev/null and b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..fd71972f
Binary files /dev/null and b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_6ab915d88a69c7345320ea3032ae4ad1.webp b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_6ab915d88a69c7345320ea3032ae4ad1.webp
new file mode 100644
index 00000000..af581084
Binary files /dev/null and b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_6ab915d88a69c7345320ea3032ae4ad1.webp differ
diff --git a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_800x0_resize_q75_box.jpg b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_800x0_resize_q75_box.jpg
deleted file mode 100644
index 794f0b86..00000000
Binary files a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_800x0_resize_q75_h2_box.webp b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..2c1081f5
Binary files /dev/null and b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..8c49d461
Binary files /dev/null and b/resources/_gen/images/macos-alternative-to-notepad-plus-plus/ante-hamersmit-WRnQ5Z1w-_c-unsplash_hub5b3f8800ff9be6fe633df697c476f60_1189284_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_48x0_resize_q20_box_3.png b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_48x0_resize_q20_box_3.png
deleted file mode 100644
index 301ea51b..00000000
Binary files a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..8edfd090
Binary files /dev/null and b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_500x0_resize_box_3.png b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_500x0_resize_box_3.png
deleted file mode 100644
index e92b0d29..00000000
Binary files a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..1aab79fe
Binary files /dev/null and b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_91650ecd67d206e5a836040d467b3a45.webp b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_91650ecd67d206e5a836040d467b3a45.webp
new file mode 100644
index 00000000..47b50e69
Binary files /dev/null and b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_91650ecd67d206e5a836040d467b3a45.webp differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_f5c85238dc34a1564e2c6d3ae1aeb0c9.png b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_f5c85238dc34a1564e2c6d3ae1aeb0c9.png
deleted file mode 100644
index 077db7ba..00000000
Binary files a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_hu96d5d297cabc8cca6678628dc5af962f_6032_f5c85238dc34a1564e2c6d3ae1aeb0c9.png and /dev/null differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_48x0_resize_q20_box_3.png b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_48x0_resize_q20_box_3.png
deleted file mode 100644
index 261165ad..00000000
Binary files a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..d3aad4a3
Binary files /dev/null and b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_500x0_resize_box_3.png b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_500x0_resize_box_3.png
deleted file mode 100644
index de9b7dae..00000000
Binary files a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..b7e1b5be
Binary files /dev/null and b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_87f3e5ac063617df130db6bd6d5f5803.webp b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_87f3e5ac063617df130db6bd6d5f5803.webp
new file mode 100644
index 00000000..edba8014
Binary files /dev/null and b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_87f3e5ac063617df130db6bd6d5f5803.webp differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_ea3aa15a249f7bee53d4f75a1c57ec7c.png b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_ea3aa15a249f7bee53d4f75a1c57ec7c.png
deleted file mode 100644
index 7c2f2b6d..00000000
Binary files a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_path_variable_selection_hu55f26671b0551213647277c7fa7101ae_15490_ea3aa15a249f7bee53d4f75a1c57ec7c.png and /dev/null differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_search_windows_hu85d0ae49ec4771a681a73ba1614f58cd_31795_2eba00ed31371ab08b83f66126c4b777.webp b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_search_windows_hu85d0ae49ec4771a681a73ba1614f58cd_31795_2eba00ed31371ab08b83f66126c4b777.webp
new file mode 100644
index 00000000..eb51368a
Binary files /dev/null and b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_search_windows_hu85d0ae49ec4771a681a73ba1614f58cd_31795_2eba00ed31371ab08b83f66126c4b777.webp differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_search_windows_hu85d0ae49ec4771a681a73ba1614f58cd_31795_48x0_resize_q20_box_3.png b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_search_windows_hu85d0ae49ec4771a681a73ba1614f58cd_31795_48x0_resize_q20_box_3.png
deleted file mode 100644
index dcf42d24..00000000
Binary files a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_search_windows_hu85d0ae49ec4771a681a73ba1614f58cd_31795_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_search_windows_hu85d0ae49ec4771a681a73ba1614f58cd_31795_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_search_windows_hu85d0ae49ec4771a681a73ba1614f58cd_31795_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..a59ead8a
Binary files /dev/null and b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_search_windows_hu85d0ae49ec4771a681a73ba1614f58cd_31795_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_search_windows_hu85d0ae49ec4771a681a73ba1614f58cd_31795_81ba661a402af84a76eff96844da6c82.png b/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_search_windows_hu85d0ae49ec4771a681a73ba1614f58cd_31795_81ba661a402af84a76eff96844da6c82.png
deleted file mode 100644
index 210fa65f..00000000
Binary files a/resources/_gen/images/making-cmder-findable-by-windows-search/Cmder_search_windows_hu85d0ae49ec4771a681a73ba1614f58cd_31795_81ba661a402af84a76eff96844da6c82.png and /dev/null differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_48x0_resize_q20_box_3.png b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_48x0_resize_q20_box_3.png
deleted file mode 100644
index 2e83d8e4..00000000
Binary files a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..0dec5029
Binary files /dev/null and b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_500x0_resize_box_3.png b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_500x0_resize_box_3.png
deleted file mode 100644
index 9f4aed7a..00000000
Binary files a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..5e4b861c
Binary files /dev/null and b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_6bf59c086d0abecf82e45a99186d1b53.png b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_6bf59c086d0abecf82e45a99186d1b53.png
deleted file mode 100644
index c977e92f..00000000
Binary files a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_6bf59c086d0abecf82e45a99186d1b53.png and /dev/null differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_6d3bd144d2e7528ce2f512abcb931155.webp b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_6d3bd144d2e7528ce2f512abcb931155.webp
new file mode 100644
index 00000000..30c0100d
Binary files /dev/null and b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-general-settings_hu4a857d1b275b6a78ac4832a73ecefbb4_114922_6d3bd144d2e7528ce2f512abcb931155.webp differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_48x0_resize_q20_box_3.png b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_48x0_resize_q20_box_3.png
deleted file mode 100644
index dddd12d6..00000000
Binary files a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..ad8ca1a1
Binary files /dev/null and b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_500x0_resize_box_3.png b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_500x0_resize_box_3.png
deleted file mode 100644
index 7948577c..00000000
Binary files a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..d6c64bd0
Binary files /dev/null and b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_63d1779245fb4a8878546545f81a3fee.webp b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_63d1779245fb4a8878546545f81a3fee.webp
new file mode 100644
index 00000000..8766fd02
Binary files /dev/null and b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_63d1779245fb4a8878546545f81a3fee.webp differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_7fdfc8027f5baf59c3f6ceacba09b795.png b/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_7fdfc8027f5baf59c3f6ceacba09b795.png
deleted file mode 100644
index 6747a7ab..00000000
Binary files a/resources/_gen/images/micro-stuttering-caused-by-crashplan/crashplan-microlag-on-off_hub2d19baadd3d069f5f12cdda3f82e7d6_109096_7fdfc8027f5baf59c3f6ceacba09b795.png and /dev/null differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_48x0_resize_q20_box_3.png b/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_48x0_resize_q20_box_3.png
deleted file mode 100644
index 09596a3d..00000000
Binary files a/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..5238e278
Binary files /dev/null and b/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_500x0_resize_box_3.png b/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_500x0_resize_box_3.png
deleted file mode 100644
index c9251aeb..00000000
Binary files a/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..3cc1677c
Binary files /dev/null and b/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_800x0_resize_box_3.png b/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_800x0_resize_box_3.png
deleted file mode 100644
index b74d0b4c..00000000
Binary files a/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..be8aec02
Binary files /dev/null and b/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_c937cf4fbab740dd94adb15852a13db7.webp b/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_c937cf4fbab740dd94adb15852a13db7.webp
new file mode 100644
index 00000000..b84546e2
Binary files /dev/null and b/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_c937cf4fbab740dd94adb15852a13db7.webp differ
diff --git a/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_f8153e1a57e439d8cc27e9f066b82508.png b/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_f8153e1a57e439d8cc27e9f066b82508.png
deleted file mode 100644
index 46352671..00000000
Binary files a/resources/_gen/images/micro-stuttering-caused-by-crashplan/task-manager_hu847f36da46dc4c0363a2a91035142a0b_54258_f8153e1a57e439d8cc27e9f066b82508.png and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_1200x0_resize_box_3.png b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_1200x0_resize_box_3.png
deleted file mode 100644
index 09f28a11..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..4f970038
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_1500x0_resize_box_3.png b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_1500x0_resize_box_3.png
deleted file mode 100644
index eaa4155f..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..7bebacfe
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_48x0_resize_q20_box_3.png b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_48x0_resize_q20_box_3.png
deleted file mode 100644
index 5798615b..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..73bbd418
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_500x0_resize_box_3.png b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_500x0_resize_box_3.png
deleted file mode 100644
index 00470619..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..80eec685
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_679a325b812f109fe36fde3ecc475d24.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_679a325b812f109fe36fde3ecc475d24.webp
new file mode 100644
index 00000000..b3ecec69
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_679a325b812f109fe36fde3ecc475d24.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_800x0_resize_box_3.png b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_800x0_resize_box_3.png
deleted file mode 100644
index f43ade49..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..1de86060
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_f752b6c651691056616d8b4d5aa6d057.png b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_f752b6c651691056616d8b4d5aa6d057.png
deleted file mode 100644
index c88a459d..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-app-writing_hu2e6f518b0709bd81a076a9f4a0768278_590396_f752b6c651691056616d8b4d5aa6d057.png and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_48x0_resize_q20_box.jpg b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_48x0_resize_q20_box.jpg
deleted file mode 100644
index 49e96e44..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_48x0_resize_q20_h2_box.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..5acf052b
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_500x0_resize_q75_box.jpg b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_500x0_resize_q75_box.jpg
deleted file mode 100644
index 8039d8eb..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..b33ac3e9
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_800x0_resize_q75_box.jpg b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_800x0_resize_q75_box.jpg
deleted file mode 100644
index be2cf39a..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_800x0_resize_q75_h2_box.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..73c13f74
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_84a28cf2546fb83d5529f3fdea2e2eae.jpg b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_84a28cf2546fb83d5529f3fdea2e2eae.jpg
deleted file mode 100644
index ef49ef63..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_84a28cf2546fb83d5529f3fdea2e2eae.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_9ce76169fef5f736befbab0b647a8f9a.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_9ce76169fef5f736befbab0b647a8f9a.webp
new file mode 100644
index 00000000..2e768851
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-1_hu67cd0ba11abe478f9bb40436ee45914e_448095_9ce76169fef5f736befbab0b647a8f9a.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_48x0_resize_q20_box.jpg b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_48x0_resize_q20_box.jpg
deleted file mode 100644
index 28d8c933..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_48x0_resize_q20_h2_box.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..9bdc888e
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_500x0_resize_q75_box.jpg b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_500x0_resize_q75_box.jpg
deleted file mode 100644
index 90359485..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..3506dd2b
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_6dd8360781c91e1c26d8f875bb0f60a6.jpg b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_6dd8360781c91e1c26d8f875bb0f60a6.jpg
deleted file mode 100644
index 21db8400..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_6dd8360781c91e1c26d8f875bb0f60a6.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_800x0_resize_q75_box.jpg b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_800x0_resize_q75_box.jpg
deleted file mode 100644
index 71c9b767..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_800x0_resize_q75_h2_box.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..a4c6a7c4
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_8e790f11182bced63fedf296ebabf4db.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_8e790f11182bced63fedf296ebabf4db.webp
new file mode 100644
index 00000000..2a1f564e
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-ios-2_hu30056eb56d7c215c28ae72149d035f36_500041_8e790f11182bced63fedf296ebabf4db.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..6868b351
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..13752595
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_5fd7cc3a289a04a9afa2ef768fb04e1f.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_5fd7cc3a289a04a9afa2ef768fb04e1f.webp
new file mode 100644
index 00000000..508c0ffb
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_5fd7cc3a289a04a9afa2ef768fb04e1f.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_600x300_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_600x300_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..1732e0ef
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_600x300_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_978x489_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_978x489_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..a1212d62
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/bear-wallpaper1_hu65a154eddeeb848d292db4cec6e1148b_1545544_978x489_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_48x0_resize_q20_box_1.gif b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_48x0_resize_q20_box_1.gif
deleted file mode 100644
index 701ff1b0..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_48x0_resize_q20_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_48x0_resize_q20_h2_box_1.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_48x0_resize_q20_h2_box_1.webp
new file mode 100644
index 00000000..0de74972
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_48x0_resize_q20_h2_box_1.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_500x0_resize_box_1.gif b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_500x0_resize_box_1.gif
deleted file mode 100644
index 88c603d1..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_500x0_resize_box_1.gif and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_500x0_resize_q75_h2_box_1.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_500x0_resize_q75_h2_box_1.webp
new file mode 100644
index 00000000..2b2a90f3
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_500x0_resize_q75_h2_box_1.webp differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_60f0470295da4aeb2cbb677365e8bc5a.gif b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_60f0470295da4aeb2cbb677365e8bc5a.gif
deleted file mode 100644
index ac68a372..00000000
Binary files a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_60f0470295da4aeb2cbb677365e8bc5a.gif and /dev/null differ
diff --git a/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_9ce5e58155dd3b074ebffc3958b6f4b4.webp b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_9ce5e58155dd3b074ebffc3958b6f4b4.webp
new file mode 100644
index 00000000..13ee9a26
Binary files /dev/null and b/resources/_gen/images/my-favourite-note-taking-app-for-mac-and-iphone/onenote-checkbox_hub508d6fa2c1912ff458e95bc0b6c8bb9_241302_9ce5e58155dd3b074ebffc3958b6f4b4.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_48x0_resize_q20_box.jpg b/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_48x0_resize_q20_box.jpg
deleted file mode 100644
index 5b7389df..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_48x0_resize_q20_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..b4379619
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_500x0_resize_q75_box.jpg b/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_500x0_resize_q75_box.jpg
deleted file mode 100644
index 471bce0d..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..dc030b64
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_552d4941a9cfe5e323bb57e5455ea2e4.jpg b/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_552d4941a9cfe5e323bb57e5455ea2e4.jpg
deleted file mode 100644
index 32f8ce78..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_552d4941a9cfe5e323bb57e5455ea2e4.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_800x0_resize_q75_box.jpg b/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_800x0_resize_q75_box.jpg
deleted file mode 100644
index 30de1462..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_800x0_resize_q75_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..1940e160
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_ba934629cd6d32824832b31d4dd04213.webp b/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_ba934629cd6d32824832b31d4dd04213.webp
new file mode 100644
index 00000000..4a6b4ca4
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-1-the-failure/arduino-3-1024x684_hu1ac62b41ba93b61dc1387df2015a5065_66227_ba934629cd6d32824832b31d4dd04213.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_0bdcbd55f25282888f9cbfd84a4925c6.jpg b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_0bdcbd55f25282888f9cbfd84a4925c6.jpg
deleted file mode 100644
index 0e8354b6..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_0bdcbd55f25282888f9cbfd84a4925c6.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_1200x0_resize_q75_box.jpg b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_1200x0_resize_q75_box.jpg
deleted file mode 100644
index a7054360..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..84b45ce3
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_48x0_resize_q20_box.jpg b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_48x0_resize_q20_box.jpg
deleted file mode 100644
index 1412a490..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_48x0_resize_q20_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..4402deae
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_500x0_resize_q75_box.jpg b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_500x0_resize_q75_box.jpg
deleted file mode 100644
index acf9c395..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..16b1bfb3
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_800x0_resize_q75_box.jpg b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_800x0_resize_q75_box.jpg
deleted file mode 100644
index 074e8c6d..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_800x0_resize_q75_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..384a5072
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_90d623cbe52c123f7da4862a6644cdb5.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_90d623cbe52c123f7da4862a6644cdb5.webp
new file mode 100644
index 00000000..993b6474
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat-warning_hu9d98ba46f5297c418a6fc3a8c202d418_277239_90d623cbe52c123f7da4862a6644cdb5.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_48x0_resize_q20_box.jpg b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_48x0_resize_q20_box.jpg
deleted file mode 100644
index d402b93c..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_48x0_resize_q20_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..a05b4c72
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_500x0_resize_q75_box.jpg b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_500x0_resize_q75_box.jpg
deleted file mode 100644
index 669b7583..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..0280326f
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_800x0_resize_q75_box.jpg b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_800x0_resize_q75_box.jpg
deleted file mode 100644
index 71a8dc5f..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_800x0_resize_q75_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..6b16836f
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_b05f7da9b8bae22e6f639b47dfd16a61.jpg b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_b05f7da9b8bae22e6f639b47dfd16a61.jpg
deleted file mode 100644
index c4948692..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_b05f7da9b8bae22e6f639b47dfd16a61.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_d2fd5dd88fe0fc5565a9464d6351b6d3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_d2fd5dd88fe0fc5565a9464d6351b6d3.webp
new file mode 100644
index 00000000..eb1b504c
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/Sense-hat_hue36da2867d851221471d9cab9e883f7e_110238_d2fd5dd88fe0fc5565a9464d6351b6d3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_3f6a151673ecad14431d664dd6c5a457.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_3f6a151673ecad14431d664dd6c5a457.png
deleted file mode 100644
index 4713a318..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_3f6a151673ecad14431d664dd6c5a457.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_48x0_resize_q20_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_48x0_resize_q20_box_3.png
deleted file mode 100644
index 60f16306..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..b5bfb8fb
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_500x0_resize_box_3.png
deleted file mode 100644
index 6e2d8eb4..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..cf5c407d
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_664d03a79b1323e17a4af8327d42f2a5.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_664d03a79b1323e17a4af8327d42f2a5.webp
new file mode 100644
index 00000000..5c8664f3
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_664d03a79b1323e17a4af8327d42f2a5.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_800x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_800x0_resize_box_3.png
deleted file mode 100644
index 7e7d7928..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..33688924
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_error_hu294348d5cc5eb9462219bcc756439ecd_811_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_48x0_resize_q20_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_48x0_resize_q20_box_3.png
deleted file mode 100644
index d6e322b5..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..ecaca49e
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_500x0_resize_box_3.png
deleted file mode 100644
index 3982261b..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..643b42a8
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_800x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_800x0_resize_box_3.png
deleted file mode 100644
index 963207f1..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..697706b1
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_a6caaf43205c343274c17e9fa42cf287.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_a6caaf43205c343274c17e9fa42cf287.webp
new file mode 100644
index 00000000..175b2c08
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_a6caaf43205c343274c17e9fa42cf287.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_c5962e90cd52ce0e313f215f29676a90.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_c5962e90cd52ce0e313f215f29676a90.png
deleted file mode 100644
index f1e5a0d5..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_ok_hu3ae8132d1e81538b6fe64160deb5e1be_813_c5962e90cd52ce0e313f215f29676a90.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_48x0_resize_q20_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_48x0_resize_q20_box_3.png
deleted file mode 100644
index e582654a..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..4f8c6707
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_500x0_resize_box_3.png
deleted file mode 100644
index 381faca4..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..a0eb5c35
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_67dc8d4af35e4a6af5a32da75061dcdf.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_67dc8d4af35e4a6af5a32da75061dcdf.webp
new file mode 100644
index 00000000..a1460aed
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_67dc8d4af35e4a6af5a32da75061dcdf.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_800x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_800x0_resize_box_3.png
deleted file mode 100644
index 0d35eef3..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..d8cb9395
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_e3acc8fcbc9987f25a6a6a9552d3abfb.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_e3acc8fcbc9987f25a6a6a9552d3abfb.png
deleted file mode 100644
index 6fe338c8..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/led_warning_hu59fe3b226c8d80c1ba8ee355b463679e_773_e3acc8fcbc9987f25a6a6a9552d3abfb.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_00d90055eef722647182b9eec07a6b16.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_00d90055eef722647182b9eec07a6b16.png
deleted file mode 100644
index 4bc4bb49..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_00d90055eef722647182b9eec07a6b16.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_1200x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_1200x0_resize_box_3.png
deleted file mode 100644
index c95a2951..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..0d3533f4
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_1500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_1500x0_resize_box_3.png
deleted file mode 100644
index 05baede1..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..4014bb7c
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_23960beddd3d54dfa28910ab7d5bbe39.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_23960beddd3d54dfa28910ab7d5bbe39.webp
new file mode 100644
index 00000000..49fa137c
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_23960beddd3d54dfa28910ab7d5bbe39.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_48x0_resize_q20_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_48x0_resize_q20_box_3.png
deleted file mode 100644
index 22de662c..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..d9f1c772
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_500x0_resize_box_3.png
deleted file mode 100644
index 95d1c389..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..64429237
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_800x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_800x0_resize_box_3.png
deleted file mode 100644
index 36b659c1..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..7a6b6679
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-2-raspberry-pi-sense-hat/rpi_monitoring_components_huc32b6d73f6955e721026c6195e5d29c7_106596_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hu56633f0181402fa4d57ee06747ac1368_66377_126014ca179613ef7436d1526c405528.png b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hu56633f0181402fa4d57ee06747ac1368_66377_126014ca179613ef7436d1526c405528.png
deleted file mode 100644
index e30767ff..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hu56633f0181402fa4d57ee06747ac1368_66377_126014ca179613ef7436d1526c405528.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hu56633f0181402fa4d57ee06747ac1368_66377_734d407a7fb1b8662e83e4fc2accd125.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hu56633f0181402fa4d57ee06747ac1368_66377_734d407a7fb1b8662e83e4fc2accd125.webp
new file mode 100644
index 00000000..b5fd2cfb
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hu56633f0181402fa4d57ee06747ac1368_66377_734d407a7fb1b8662e83e4fc2accd125.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_48x0_resize_q20_box_3.png b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_48x0_resize_q20_box_3.png
deleted file mode 100644
index 647a88d3..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..9ac105a8
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_500x0_resize_box_3.png
deleted file mode 100644
index cf422227..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..06e83415
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_800x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_800x0_resize_box_3.png
deleted file mode 100644
index 116dc02f..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..edcb558c
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Create_hub_hu56633f0181402fa4d57ee06747ac1368_66377_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_1200x0_resize_q75_box.jpg b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_1200x0_resize_q75_box.jpg
deleted file mode 100644
index 273a9c5d..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..c374ffd6
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_48x0_resize_q20_box.jpg b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_48x0_resize_q20_box.jpg
deleted file mode 100644
index 3104493d..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_48x0_resize_q20_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..69b55925
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_500x0_resize_q75_box.jpg b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_500x0_resize_q75_box.jpg
deleted file mode 100644
index 9df08fcc..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..f666abde
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_800x0_resize_q75_box.jpg b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_800x0_resize_q75_box.jpg
deleted file mode 100644
index 5c5ba60c..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_800x0_resize_q75_h2_box.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..ecd7a0a5
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_99d8996e7ea7f0e1ed4b9c9d62f220f3.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_99d8996e7ea7f0e1ed4b9c9d62f220f3.webp
new file mode 100644
index 00000000..e8b6c95a
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_99d8996e7ea7f0e1ed4b9c9d62f220f3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_d346212c2f19f501f84d353767dd714c.jpg b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_d346212c2f19f501f84d353767dd714c.jpg
deleted file mode 100644
index f37121a7..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/Sense-hat-ok_hu5d3ab95b80e9d383631a4f29e449e5f4_307288_d346212c2f19f501f84d353767dd714c.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_15b93db2857017f9e26b1783d2686e6e.png b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_15b93db2857017f9e26b1783d2686e6e.png
deleted file mode 100644
index 3a102026..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_15b93db2857017f9e26b1783d2686e6e.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_48x0_resize_q20_box_3.png b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_48x0_resize_q20_box_3.png
deleted file mode 100644
index 573f5630..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..e4c7f1cb
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_500x0_resize_box_3.png
deleted file mode 100644
index b8416b2f..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..c9259ff2
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_800x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_800x0_resize_box_3.png
deleted file mode 100644
index a29bdc36..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..50f973a8
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_b1ab93c13a82a5f0c293c3762348b4b8.webp b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_b1ab93c13a82a5f0c293c3762348b4b8.webp
new file mode 100644
index 00000000..fb03a855
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-3-sending-data-to-cloud/creating-raspberry-connectionstring-smudged_cut_hucf02fded89e4168e6b5bc0873eb6f63d_163350_b1ab93c13a82a5f0c293c3762348b4b8.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_1200x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_1200x0_resize_box_3.png
deleted file mode 100644
index b0537222..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..b9a7f7b6
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_48x0_resize_q20_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_48x0_resize_q20_box_3.png
deleted file mode 100644
index 8ae2946e..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..0dc9edd3
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_500x0_resize_box_3.png
deleted file mode 100644
index 02dc3c8b..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..c19bf311
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_800x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_800x0_resize_box_3.png
deleted file mode 100644
index 3b617049..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..0c52acc0
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_80bb5e3e884c06c51eb9b74c65e835db.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_80bb5e3e884c06c51eb9b74c65e835db.webp
new file mode 100644
index 00000000..839d3754
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_80bb5e3e884c06c51eb9b74c65e835db.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_bc1d0cd299b7588f92c9dd918bcedb2f.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_bc1d0cd299b7588f92c9dd918bcedb2f.png
deleted file mode 100644
index 1f092674..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Enable-web-sockets_hu8a028a5375975e3b21b949b50f7e8654_46081_bc1d0cd299b7588f92c9dd918bcedb2f.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_042d9dae0011854b36c2d4a5ff9c366b.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_042d9dae0011854b36c2d4a5ff9c366b.webp
new file mode 100644
index 00000000..48977a73
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_042d9dae0011854b36c2d4a5ff9c366b.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_48x0_resize_q20_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_48x0_resize_q20_box_3.png
deleted file mode 100644
index 5865368a..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..38261777
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_500x0_resize_box_3.png
deleted file mode 100644
index 74c15a58..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..63ce2644
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_800x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_800x0_resize_box_3.png
deleted file mode 100644
index 58a6b02a..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..4b07d47c
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_ceb52e57a7558f38c508210db652670a.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_ceb52e57a7558f38c508210db652670a.png
deleted file mode 100644
index eacacfb2..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Event-hub-connecitonstring_hud371d24a31c30115d8a5405c4b438e99_11649_ceb52e57a7558f38c508210db652670a.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1200x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1200x0_resize_box_3.png
deleted file mode 100644
index cd5f10a9..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..2918e388
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1500x0_resize_box_3.png
deleted file mode 100644
index e386d728..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..8933a5f2
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_24320a2b25f8d27317f638fb9b86000c.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_24320a2b25f8d27317f638fb9b86000c.webp
new file mode 100644
index 00000000..1fa911c7
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_24320a2b25f8d27317f638fb9b86000c.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_48x0_resize_q20_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_48x0_resize_q20_box_3.png
deleted file mode 100644
index 92aa0a56..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..5b9274ec
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_500x0_resize_box_3.png
deleted file mode 100644
index 14ffd8ac..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..02c292c5
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_800x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_800x0_resize_box_3.png
deleted file mode 100644
index d8cd3a61..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..16b322ce
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_8077fc04d5081838c28184a85e778934.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_8077fc04d5081838c28184a85e778934.png
deleted file mode 100644
index 6bc6c7f0..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_8077fc04d5081838c28184a85e778934.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_1200x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_1200x0_resize_box_3.png
deleted file mode 100644
index c16b95b3..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..45bc6e99
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_28adcb95139de02649b080c8dd1183f4.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_28adcb95139de02649b080c8dd1183f4.png
deleted file mode 100644
index cc8cc9ce..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_28adcb95139de02649b080c8dd1183f4.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_48x0_resize_q20_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_48x0_resize_q20_box_3.png
deleted file mode 100644
index 1d5c942f..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..af350a2b
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_500x0_resize_box_3.png
deleted file mode 100644
index a6b6269d..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..66852cb2
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_800x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_800x0_resize_box_3.png
deleted file mode 100644
index d0f5e20e..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..4c4dceb0
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_8ad4552322835934f475db8a2d97cb0e.webp b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_8ad4552322835934f475db8a2d97cb0e.webp
new file mode 100644
index 00000000..6b4bb3f5
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-4-presenting-the-data/office-monitoring-with-c3_hube3fe6a8656d004ec1752c034c1e455f_74198_8ad4552322835934f475db8a2d97cb0e.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1200x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1200x0_resize_box_3.png
deleted file mode 100644
index cd5f10a9..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..2918e388
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1500x0_resize_box_3.png
deleted file mode 100644
index e386d728..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..8933a5f2
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_24320a2b25f8d27317f638fb9b86000c.webp b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_24320a2b25f8d27317f638fb9b86000c.webp
new file mode 100644
index 00000000..1fa911c7
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_24320a2b25f8d27317f638fb9b86000c.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_48x0_resize_q20_box_3.png b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_48x0_resize_q20_box_3.png
deleted file mode 100644
index 92aa0a56..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..5b9274ec
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_500x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_500x0_resize_box_3.png
deleted file mode 100644
index 14ffd8ac..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..02c292c5
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_800x0_resize_box_3.png b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_800x0_resize_box_3.png
deleted file mode 100644
index d8cd3a61..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..16b322ce
Binary files /dev/null and b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_8077fc04d5081838c28184a85e778934.png b/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_8077fc04d5081838c28184a85e778934.png
deleted file mode 100644
index 6bc6c7f0..00000000
Binary files a/resources/_gen/images/my-iot-exploration-part-5-costs-and-architecture-refection/Office-Monitoring-Azure_huf89547e343a921bec901518cecbc949b_125360_8077fc04d5081838c28184a85e778934.png and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_1200x0_resize_q75_box.jpg b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_1200x0_resize_q75_box.jpg
deleted file mode 100644
index 79c5bfa0..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..6910c60b
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_1500x0_resize_q75_box.jpg b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_1500x0_resize_q75_box.jpg
deleted file mode 100644
index fc36ed16..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..f616d1c9
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_48x0_resize_q20_box.jpg b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_48x0_resize_q20_box.jpg
deleted file mode 100644
index 01c1d7cc..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_48x0_resize_q20_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..6869c649
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_500x0_resize_q75_box.jpg b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_500x0_resize_q75_box.jpg
deleted file mode 100644
index df2946ee..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..0296585e
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_800x0_resize_q75_box.jpg b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_800x0_resize_q75_box.jpg
deleted file mode 100644
index 99b87e80..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_800x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..88dce69f
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_931add15de2d9ea3fd40835d41ca5348.jpg b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_931add15de2d9ea3fd40835d41ca5348.jpg
deleted file mode 100644
index c9eb98d2..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_931add15de2d9ea3fd40835d41ca5348.jpg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_e6cbe0211fcb9a8f92a479119dd3b0d2.webp b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_e6cbe0211fcb9a8f92a479119dd3b0d2.webp
new file mode 100644
index 00000000..21464244
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cable-mess_hu8902e65a236d6b45aa587999c0a52849_1360803_e6cbe0211fcb9a8f92a479119dd3b0d2.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_1200x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_1200x0_resize_q75_box.jpeg
deleted file mode 100644
index 570bff09..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_1200x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..47a2854e
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_1500x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_1500x0_resize_q75_box.jpeg
deleted file mode 100644
index 56ccff16..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_1500x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..b73ced40
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_48x0_resize_q20_box.jpeg b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_48x0_resize_q20_box.jpeg
deleted file mode 100644
index 1d5b85ee..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_48x0_resize_q20_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_48x0_resize_q20_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..8721c6b8
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_500x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_500x0_resize_q75_box.jpeg
deleted file mode 100644
index eb71fc91..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_500x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..60037441
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_68ff9525c6d26a831547bc9f4b47ac51.jpeg b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_68ff9525c6d26a831547bc9f4b47ac51.jpeg
deleted file mode 100644
index b6027950..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_68ff9525c6d26a831547bc9f4b47ac51.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_6cc0fb07c4195b4b9c9d7468deaa5841.webp b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_6cc0fb07c4195b4b9c9d7468deaa5841.webp
new file mode 100644
index 00000000..c0c7f611
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_6cc0fb07c4195b4b9c9d7468deaa5841.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_800x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_800x0_resize_q75_box.jpeg
deleted file mode 100644
index 80607214..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_800x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_800x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..e099a340
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cablebox-open_hu3ab5e4b39fe1b59594b60503f03d852b_1463474_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_1200x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_1200x0_resize_q75_box.jpeg
deleted file mode 100644
index 130d4d9e..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_1200x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..75638166
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_12108686f292d7e10a7eb20efc3b7f25.jpeg b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_12108686f292d7e10a7eb20efc3b7f25.jpeg
deleted file mode 100644
index 9980059e..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_12108686f292d7e10a7eb20efc3b7f25.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_1500x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_1500x0_resize_q75_box.jpeg
deleted file mode 100644
index 220caefd..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_1500x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..ca545eb3
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_48x0_resize_q20_box.jpeg b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_48x0_resize_q20_box.jpeg
deleted file mode 100644
index 8694344d..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_48x0_resize_q20_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_48x0_resize_q20_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..f741dfc2
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_500x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_500x0_resize_q75_box.jpeg
deleted file mode 100644
index 43a85592..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_500x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..e341a18c
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_800x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_800x0_resize_q75_box.jpeg
deleted file mode 100644
index 94a181ab..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_800x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_800x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..562eece0
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_e8afbead024e74660ebb84e68219c932.webp b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_e8afbead024e74660ebb84e68219c932.webp
new file mode 100644
index 00000000..b83160c0
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/cpu_hu632250224f4973fe00d15fd8c42cd555_227836_e8afbead024e74660ebb84e68219c932.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..3e1ec34b
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_13778fe326a87c37f8d3dd82add9f803.webp b/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_13778fe326a87c37f8d3dd82add9f803.webp
new file mode 100644
index 00000000..d5ee690e
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_13778fe326a87c37f8d3dd82add9f803.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_48x0_resize_q20_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..04df44ce
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..a923463a
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..acd479b5
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/dream-wall-input_hucb4e1421c034cbe7be5e3faaec28b938_1693749_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_1200x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_1200x0_resize_q75_box.jpeg
deleted file mode 100644
index c3005fba..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_1200x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..2f1d2fa0
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_1500x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_1500x0_resize_q75_box.jpeg
deleted file mode 100644
index 8323a696..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_1500x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..f78c52a0
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_48x0_resize_q20_box.jpeg b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_48x0_resize_q20_box.jpeg
deleted file mode 100644
index 63fc394c..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_48x0_resize_q20_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_48x0_resize_q20_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..04f28746
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_500x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_500x0_resize_q75_box.jpeg
deleted file mode 100644
index f718c0e8..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_500x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..69742623
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_6800ceb1543e204a31a9a8a861746420.webp b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_6800ceb1543e204a31a9a8a861746420.webp
new file mode 100644
index 00000000..063d2d24
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_6800ceb1543e204a31a9a8a861746420.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_800x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_800x0_resize_q75_box.jpeg
deleted file mode 100644
index 818d9cf3..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_800x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_800x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..3f6e2192
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_ad78031709e1a2c7f92df826f1919002.jpeg b/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_ad78031709e1a2c7f92df826f1919002.jpeg
deleted file mode 100644
index b1cda69c..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/protect_hu845111cfac9a11ece40f3c4d011bb84c_1808029_ad78031709e1a2c7f92df826f1919002.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_1200x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_1200x0_resize_q75_box.jpeg
deleted file mode 100644
index 0fe86c64..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_1200x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..fa75c2eb
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_1500x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_1500x0_resize_q75_box.jpeg
deleted file mode 100644
index d7610684..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_1500x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..69293496
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_48x0_resize_q20_box.jpeg b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_48x0_resize_q20_box.jpeg
deleted file mode 100644
index 639cd903..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_48x0_resize_q20_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_48x0_resize_q20_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..f68057e6
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_500x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_500x0_resize_q75_box.jpeg
deleted file mode 100644
index 070096bf..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_500x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_500x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..e5d430d6
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_800x0_resize_q75_box.jpeg b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_800x0_resize_q75_box.jpeg
deleted file mode 100644
index 9da71219..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_800x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_800x0_resize_q75_h2_box.webp b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..1111e26f
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_b589c2821b4df63158771e43f942d543.webp b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_b589c2821b4df63158771e43f942d543.webp
new file mode 100644
index 00000000..46f01814
Binary files /dev/null and b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_b589c2821b4df63158771e43f942d543.webp differ
diff --git a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_c9593c276c0e69ebc1e62eb0ba0f8920.jpeg b/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_c9593c276c0e69ebc1e62eb0ba0f8920.jpeg
deleted file mode 100644
index 68c6945f..00000000
Binary files a/resources/_gen/images/my-unify-dream-wall/temp_hucb063e9a20546335ad620a7ab89e6212_206415_c9593c276c0e69ebc1e62eb0ba0f8920.jpeg and /dev/null differ
diff --git a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..d9dff1aa
Binary files /dev/null and b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_1500x0_resize_box_3.png b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_1500x0_resize_box_3.png
deleted file mode 100644
index 6a6055cc..00000000
Binary files a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..3cddd441
Binary files /dev/null and b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..19694457
Binary files /dev/null and b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_500x0_resize_box_3.png b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_500x0_resize_box_3.png
deleted file mode 100644
index 54ef9814..00000000
Binary files a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..a7d901b8
Binary files /dev/null and b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_600x300_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_600x300_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..15a9a6ef
Binary files /dev/null and b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_600x300_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_800x0_resize_box_3.png b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_800x0_resize_box_3.png
deleted file mode 100644
index 224fa855..00000000
Binary files a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..2f66c6fa
Binary files /dev/null and b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_978x489_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_978x489_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..a047bef1
Binary files /dev/null and b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_978x489_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_db215f7fb0f028db40155e9e7adaddf3.webp b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_db215f7fb0f028db40155e9e7adaddf3.webp
new file mode 100644
index 00000000..cd126a83
Binary files /dev/null and b/resources/_gen/images/netlify-cms/hero-image_huecac8de3a719c2527496399722fa92ae_41825_db215f7fb0f028db40155e9e7adaddf3.webp differ
diff --git a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_1200x0_resize_box_3.png b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_1200x0_resize_box_3.png
deleted file mode 100644
index bbbd2df2..00000000
Binary files a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..bdcf32a6
Binary files /dev/null and b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_3c115edfaaec7674dd41d94bbddea0c9.webp b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_3c115edfaaec7674dd41d94bbddea0c9.webp
new file mode 100644
index 00000000..bfd1f778
Binary files /dev/null and b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_3c115edfaaec7674dd41d94bbddea0c9.webp differ
diff --git a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_48x0_resize_q20_box_3.png b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_48x0_resize_q20_box_3.png
deleted file mode 100644
index b618688b..00000000
Binary files a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..cdd5d9ec
Binary files /dev/null and b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_500x0_resize_box_3.png b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_500x0_resize_box_3.png
deleted file mode 100644
index 2db1094c..00000000
Binary files a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..702be0e6
Binary files /dev/null and b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_800x0_resize_box_3.png b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_800x0_resize_box_3.png
deleted file mode 100644
index bb4ee818..00000000
Binary files a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..ebbd878e
Binary files /dev/null and b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_cf5ea9937440f4f3166c5ef82bbe518a.png b/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_cf5ea9937440f4f3166c5ef82bbe518a.png
deleted file mode 100644
index 67d21dbe..00000000
Binary files a/resources/_gen/images/netlify-cms/insert-image_hucfdbcaa49d1216e2cc4214b8c1cb0e71_153160_cf5ea9937440f4f3166c5ef82bbe518a.png and /dev/null differ
diff --git a/resources/_gen/images/onedrive-on-linux/onedrive-logo_hucd81ea5111b7eec9a399d6166bf5e1a1_19923_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/onedrive-on-linux/onedrive-logo_hucd81ea5111b7eec9a399d6166bf5e1a1_19923_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..e1267840
Binary files /dev/null and b/resources/_gen/images/onedrive-on-linux/onedrive-logo_hucd81ea5111b7eec9a399d6166bf5e1a1_19923_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/onedrive-on-linux/onedrive-logo_hucd81ea5111b7eec9a399d6166bf5e1a1_19923_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/onedrive-on-linux/onedrive-logo_hucd81ea5111b7eec9a399d6166bf5e1a1_19923_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..aea4bf82
Binary files /dev/null and b/resources/_gen/images/onedrive-on-linux/onedrive-logo_hucd81ea5111b7eec9a399d6166bf5e1a1_19923_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/onedrive-on-linux/onedrive-logo_hucd81ea5111b7eec9a399d6166bf5e1a1_19923_600x300_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/onedrive-on-linux/onedrive-logo_hucd81ea5111b7eec9a399d6166bf5e1a1_19923_600x300_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..5be5112d
Binary files /dev/null and b/resources/_gen/images/onedrive-on-linux/onedrive-logo_hucd81ea5111b7eec9a399d6166bf5e1a1_19923_600x300_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/onedrive-on-linux/onedrive-logo_hucd81ea5111b7eec9a399d6166bf5e1a1_19923_cc7d5255a0ccc5fa92dabac8cec9ee79.webp b/resources/_gen/images/onedrive-on-linux/onedrive-logo_hucd81ea5111b7eec9a399d6166bf5e1a1_19923_cc7d5255a0ccc5fa92dabac8cec9ee79.webp
new file mode 100644
index 00000000..90810a15
Binary files /dev/null and b/resources/_gen/images/onedrive-on-linux/onedrive-logo_hucd81ea5111b7eec9a399d6166bf5e1a1_19923_cc7d5255a0ccc5fa92dabac8cec9ee79.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_48x0_resize_q20_box_3.png b/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_48x0_resize_q20_box_3.png
deleted file mode 100644
index 1726b965..00000000
Binary files a/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..ca0b1f8b
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_500x0_resize_box_3.png b/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_500x0_resize_box_3.png
deleted file mode 100644
index 75d80153..00000000
Binary files a/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..017af0df
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_5ce2d43f35d47efcbf856b16b2dde91e.webp b/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_5ce2d43f35d47efcbf856b16b2dde91e.webp
new file mode 100644
index 00000000..6656f7df
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_5ce2d43f35d47efcbf856b16b2dde91e.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_800x0_resize_box_3.png b/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_800x0_resize_box_3.png
deleted file mode 100644
index c9ecd9f7..00000000
Binary files a/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..ab338348
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_a08f3e2bc8353da450c8e860d6873d4c.png b/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_a08f3e2bc8353da450c8e860d6873d4c.png
deleted file mode 100644
index 2a4a8ea3..00000000
Binary files a/resources/_gen/images/pwa-bad-for-blog/20191017_211100000_iOS_hucb8ee07d168221515d3ce6fa70354edf_92109_a08f3e2bc8353da450c8e860d6873d4c.png and /dev/null differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_15aaef2f18a89591988d8a8bd9b0845a.png b/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_15aaef2f18a89591988d8a8bd9b0845a.png
deleted file mode 100644
index 18f023b5..00000000
Binary files a/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_15aaef2f18a89591988d8a8bd9b0845a.png and /dev/null differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_455468b289fbac531cf8d416193834f7.webp b/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_455468b289fbac531cf8d416193834f7.webp
new file mode 100644
index 00000000..041c1fec
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_455468b289fbac531cf8d416193834f7.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_48x0_resize_q20_box_3.png b/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_48x0_resize_q20_box_3.png
deleted file mode 100644
index b490c7bc..00000000
Binary files a/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..3faa6e27
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_500x0_resize_box_3.png b/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_500x0_resize_box_3.png
deleted file mode 100644
index 5dcf0b4b..00000000
Binary files a/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..5c9c3330
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_800x0_resize_box_3.png b/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_800x0_resize_box_3.png
deleted file mode 100644
index 409be0f5..00000000
Binary files a/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..a01cc98c
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/20191017_211351000_iOS_hu1d40febb7d42db82773e38d3173b7116_105043_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..089a8664
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_1500x0_resize_q75_box.jpg b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 4c623cb7..00000000
Binary files a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..eac0e316
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_48x0_resize_q20_h2_box.webp b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..3e4538f8
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_500x0_resize_q75_box.jpg b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_500x0_resize_q75_box.jpg
deleted file mode 100644
index 2fc42742..00000000
Binary files a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_500x0_resize_q75_h2_box.webp b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..6f5068f7
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_5136d2346133e0574a695ecf0d0683ef.webp b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_5136d2346133e0574a695ecf0d0683ef.webp
new file mode 100644
index 00000000..487020fd
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_5136d2346133e0574a695ecf0d0683ef.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..99dc7acd
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_800x0_resize_q75_box.jpg b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_800x0_resize_q75_box.jpg
deleted file mode 100644
index b224cc39..00000000
Binary files a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_800x0_resize_q75_h2_box.webp b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..10aa1506
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..f58269b2
Binary files /dev/null and b/resources/_gen/images/pwa-bad-for-blog/wrong-way2-zXn-zUztOhU-unsplash_hu0347d41985c0239f5720f8685d6ae8d4_2829046_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_1200x0_resize_q75_box.jpg b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_1200x0_resize_q75_box.jpg
deleted file mode 100644
index 000a09b6..00000000
Binary files a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..27edb528
Binary files /dev/null and b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_2df23717cd4a39156ffe82f3149fd0d5.jpg b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_2df23717cd4a39156ffe82f3149fd0d5.jpg
deleted file mode 100644
index 3a726da8..00000000
Binary files a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_2df23717cd4a39156ffe82f3149fd0d5.jpg and /dev/null differ
diff --git a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_48x0_resize_q20_box.jpg b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_48x0_resize_q20_box.jpg
deleted file mode 100644
index e152b3ee..00000000
Binary files a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_48x0_resize_q20_h2_box.webp b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..5ba689c9
Binary files /dev/null and b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_500x0_resize_q75_box.jpg b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_500x0_resize_q75_box.jpg
deleted file mode 100644
index 9afe7e6c..00000000
Binary files a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_500x0_resize_q75_h2_box.webp b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..24531810
Binary files /dev/null and b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_800x0_resize_q75_box.jpg b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_800x0_resize_q75_box.jpg
deleted file mode 100644
index 95221aef..00000000
Binary files a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_800x0_resize_q75_h2_box.webp b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..e0abcd9c
Binary files /dev/null and b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_f3e366e0b4cc034506dd68e01e98e5fa.webp b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_f3e366e0b4cc034506dd68e01e98e5fa.webp
new file mode 100644
index 00000000..3572306e
Binary files /dev/null and b/resources/_gen/images/refactoring-z-index/sabri-tuzcu-182685-unsplash_1500_hu831a556e644f698f06f7bab476f01bf6_107516_f3e366e0b4cc034506dd68e01e98e5fa.webp differ
diff --git a/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..ecf3bc6a
Binary files /dev/null and b/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..bab81d50
Binary files /dev/null and b/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_500x0_resize_box_3.png b/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_500x0_resize_box_3.png
deleted file mode 100644
index 5f411249..00000000
Binary files a/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..9dd1b13a
Binary files /dev/null and b/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_600x300_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_600x300_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..6e83f6f0
Binary files /dev/null and b/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_600x300_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_abec4c38ec58e6acca98e24f7d32f994.webp b/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_abec4c38ec58e6acca98e24f7d32f994.webp
new file mode 100644
index 00000000..0ac68ba1
Binary files /dev/null and b/resources/_gen/images/remove-fading-and-transparency-in-i3wm/i3wm-logo-portada_huc490cd4dd53951f21cff5b05cd205e6f_108841_abec4c38ec58e6acca98e24f7d32f994.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..41f1e08d
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_1500x0_resize_q75_box.jpg b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_1500x0_resize_q75_box.jpg
deleted file mode 100644
index b2537bb3..00000000
Binary files a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..0abe1d76
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_48x0_resize_q20_h2_box.webp b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..b3955c4f
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_500x0_resize_q75_box.jpg b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_500x0_resize_q75_box.jpg
deleted file mode 100644
index 8f5e9ca9..00000000
Binary files a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_500x0_resize_q75_h2_box.webp b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..f1af964c
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..5882f02d
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_800x0_resize_q75_box.jpg b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_800x0_resize_q75_box.jpg
deleted file mode 100644
index 76634eef..00000000
Binary files a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_800x0_resize_q75_h2_box.webp b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..988330b7
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..69dd1750
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_f9201a8ab1189610ced7bd7908d37e96.webp b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_f9201a8ab1189610ced7bd7908d37e96.webp
new file mode 100644
index 00000000..5eef4bf2
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/marten-newhall-uAFjFsMS3YY-unsplash_hua12e88504a1972bb3ba5f8c3f4d8a736_1182844_f9201a8ab1189610ced7bd7908d37e96.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_1200x0_resize_box_3.png b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_1200x0_resize_box_3.png
deleted file mode 100644
index 40257e29..00000000
Binary files a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..3a344f12
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_1500x0_resize_box_3.png b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_1500x0_resize_box_3.png
deleted file mode 100644
index c251c27c..00000000
Binary files a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..915dbc89
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_48x0_resize_q20_box_3.png b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_48x0_resize_q20_box_3.png
deleted file mode 100644
index 39c130fd..00000000
Binary files a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..bd91c25a
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_500x0_resize_box_3.png b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_500x0_resize_box_3.png
deleted file mode 100644
index 08427a7f..00000000
Binary files a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..90fe58b8
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_800x0_resize_box_3.png b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_800x0_resize_box_3.png
deleted file mode 100644
index 9f4ef269..00000000
Binary files a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..a44263f6
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_b1a936b209acf4710e899b4d0cd7e80e.png b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_b1a936b209acf4710e899b4d0cd7e80e.png
deleted file mode 100644
index 8da91f92..00000000
Binary files a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_b1a936b209acf4710e899b4d0cd7e80e.png and /dev/null differ
diff --git a/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_c667ce6a73103e90ef4c6f5a14f729ee.webp b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_c667ce6a73103e90ef4c6f5a14f729ee.webp
new file mode 100644
index 00000000..394713f8
Binary files /dev/null and b/resources/_gen/images/search-static-website-without-external-service/search-react_hu725ccd11bfd8e3f351c65f5bd039dd18_567798_c667ce6a73103e90ef4c6f5a14f729ee.webp differ
diff --git a/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..c3ec419a
Binary files /dev/null and b/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_1b7f0d02d9f4bd21bc40cc6fe9a7b599.webp b/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_1b7f0d02d9f4bd21bc40cc6fe9a7b599.webp
new file mode 100644
index 00000000..0caf13df
Binary files /dev/null and b/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_1b7f0d02d9f4bd21bc40cc6fe9a7b599.webp differ
diff --git a/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..bf1eaac7
Binary files /dev/null and b/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_600x300_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_600x300_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..b9507a50
Binary files /dev/null and b/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_600x300_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_978x489_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_978x489_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..88fc7c00
Binary files /dev/null and b/resources/_gen/images/set-dotnet-log-level-using-envs/screenshot_20230309_222204_hu532ad0d2d87e5b03f8e740de3554f61c_1570495_978x489_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_WindowsExplorer_huaf56e790ea76167a930f628893257b06_16026_17cd3166cc8eedb54025e864407c75ef.webp b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_WindowsExplorer_huaf56e790ea76167a930f628893257b06_16026_17cd3166cc8eedb54025e864407c75ef.webp
new file mode 100644
index 00000000..f0f996f6
Binary files /dev/null and b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_WindowsExplorer_huaf56e790ea76167a930f628893257b06_16026_17cd3166cc8eedb54025e864407c75ef.webp differ
diff --git a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_WindowsExplorer_huaf56e790ea76167a930f628893257b06_16026_48x0_resize_q20_box_3.png b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_WindowsExplorer_huaf56e790ea76167a930f628893257b06_16026_48x0_resize_q20_box_3.png
deleted file mode 100644
index 030233c2..00000000
Binary files a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_WindowsExplorer_huaf56e790ea76167a930f628893257b06_16026_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_WindowsExplorer_huaf56e790ea76167a930f628893257b06_16026_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_WindowsExplorer_huaf56e790ea76167a930f628893257b06_16026_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..67c94621
Binary files /dev/null and b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_WindowsExplorer_huaf56e790ea76167a930f628893257b06_16026_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_WindowsExplorer_huaf56e790ea76167a930f628893257b06_16026_621382d2bfb4bc2522b7ca0dbc4f2e77.png b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_WindowsExplorer_huaf56e790ea76167a930f628893257b06_16026_621382d2bfb4bc2522b7ca0dbc4f2e77.png
deleted file mode 100644
index 210e9235..00000000
Binary files a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_WindowsExplorer_huaf56e790ea76167a930f628893257b06_16026_621382d2bfb4bc2522b7ca0dbc4f2e77.png and /dev/null differ
diff --git a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_116ac29feed208aaff28e7dafc85c742.png b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_116ac29feed208aaff28e7dafc85c742.png
deleted file mode 100644
index 9b2ca44b..00000000
Binary files a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_116ac29feed208aaff28e7dafc85c742.png and /dev/null differ
diff --git a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_48x0_resize_q20_box_3.png b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_48x0_resize_q20_box_3.png
deleted file mode 100644
index 7d4d422b..00000000
Binary files a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..c72f41f0
Binary files /dev/null and b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_500x0_resize_box_3.png b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_500x0_resize_box_3.png
deleted file mode 100644
index 3444748d..00000000
Binary files a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..0c6ef87d
Binary files /dev/null and b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_800x0_resize_box_3.png b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_800x0_resize_box_3.png
deleted file mode 100644
index e9c59eb6..00000000
Binary files a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..08a706dc
Binary files /dev/null and b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_8bfe02f1f364e3d62e633a3726b53001.webp b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_8bfe02f1f364e3d62e633a3726b53001.webp
new file mode 100644
index 00000000..e65a8f56
Binary files /dev/null and b/resources/_gen/images/setting-up-an-iis-warm-up-script-in-an-automated-fashion/ScheduleWarmup_console_hu5942eed4ec592e6b1fa9e1b8aba01f06_32513_8bfe02f1f364e3d62e633a3726b53001.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..074542ea
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_1500x0_resize_q75_box.jpg b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 843ecb8b..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..5be76735
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_2c5a4f18dbf3e65f59a259c24464e47b.webp b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_2c5a4f18dbf3e65f59a259c24464e47b.webp
new file mode 100644
index 00000000..ad5b8b0a
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_2c5a4f18dbf3e65f59a259c24464e47b.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_48x0_resize_q20_h2_box.webp b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..2ed8c5dc
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_500x0_resize_q75_box.jpg b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_500x0_resize_q75_box.jpg
deleted file mode 100644
index 25c77042..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_500x0_resize_q75_h2_box.webp b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..a22ae7d4
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..bbd36ba5
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_800x0_resize_q75_box.jpg b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_800x0_resize_q75_box.jpg
deleted file mode 100644
index 184d0d7e..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_800x0_resize_q75_h2_box.webp b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..43c9930c
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..8b27b193
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/2020-02-21_HPA_2383_hu994463f90e4d4fcbe09a04ec2de07521_2646298_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_1c2abce6c0d3004a5658820a1a053578.webp b/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_1c2abce6c0d3004a5658820a1a053578.webp
new file mode 100644
index 00000000..9663c768
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_1c2abce6c0d3004a5658820a1a053578.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_48x0_resize_q20_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_48x0_resize_q20_box_3.png
deleted file mode 100644
index 14b8003d..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..558d5bcf
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_500x0_resize_box_3.png
deleted file mode 100644
index 92b52485..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..386df955
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_800x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_800x0_resize_box_3.png
deleted file mode 100644
index dbc21046..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..85c51bf5
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_c5a56a201eda9544f69dfd4834f90dab.png b/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_c5a56a201eda9544f69dfd4834f90dab.png
deleted file mode 100644
index 824580ab..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/SoundflowerBed_hu7e76599c04803389fc836282c7973ce1_1911959_c5a56a201eda9544f69dfd4834f90dab.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_1200x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_1200x0_resize_box_3.png
deleted file mode 100644
index c5add287..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..93a17093
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_39b18e839a5bf9b37785e6ff6d53156b.webp b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_39b18e839a5bf9b37785e6ff6d53156b.webp
new file mode 100644
index 00000000..8ec8b394
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_39b18e839a5bf9b37785e6ff6d53156b.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_48x0_resize_q20_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_48x0_resize_q20_box_3.png
deleted file mode 100644
index c24e66e3..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..539646ba
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_4f5db6e5af10ab19b63bf792f36df99f.png b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_4f5db6e5af10ab19b63bf792f36df99f.png
deleted file mode 100644
index b9e0f3b5..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_4f5db6e5af10ab19b63bf792f36df99f.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_500x0_resize_box_3.png
deleted file mode 100644
index 7da5ece2..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..e8422975
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_800x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_800x0_resize_box_3.png
deleted file mode 100644
index ba4138a2..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..4e88a6ae
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/allow-keyboard_hu172a0a709b03a3b609bc14c654aa1b22_342771_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_1200x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_1200x0_resize_box_3.png
deleted file mode 100644
index 38aced4b..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..4c06fab3
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_1500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_1500x0_resize_box_3.png
deleted file mode 100644
index 6f0ef4ed..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..bd268d51
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_48x0_resize_q20_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_48x0_resize_q20_box_3.png
deleted file mode 100644
index 86ea0452..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..9db00f8a
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_500x0_resize_box_3.png
deleted file mode 100644
index eec0ee9d..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..cb0410f9
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_50c814e5549079b44d521379b3645d27.png b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_50c814e5549079b44d521379b3645d27.png
deleted file mode 100644
index 35c6dbed..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_50c814e5549079b44d521379b3645d27.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_800x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_800x0_resize_box_3.png
deleted file mode 100644
index f179e564..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..1438f168
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_997964268d9022a8276e4f84d5881bc4.webp b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_997964268d9022a8276e4f84d5881bc4.webp
new file mode 100644
index 00000000..b2b78045
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/f1-f12_hu1de4833be4766fec4e4723359fa3bf28_12197_997964268d9022a8276e4f84d5881bc4.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/folder-settings_hu9ba2c456145b23213405df7744e576fc_118070_213a528ccd08379c9cabfb4f4d9b386b.webp b/resources/_gen/images/settings-for-new-macbook-pro/folder-settings_hu9ba2c456145b23213405df7744e576fc_118070_213a528ccd08379c9cabfb4f4d9b386b.webp
new file mode 100644
index 00000000..e99d17ea
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/folder-settings_hu9ba2c456145b23213405df7744e576fc_118070_213a528ccd08379c9cabfb4f4d9b386b.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/folder-settings_hu9ba2c456145b23213405df7744e576fc_118070_2463c5d3845755c206afbc5b82d8047a.png b/resources/_gen/images/settings-for-new-macbook-pro/folder-settings_hu9ba2c456145b23213405df7744e576fc_118070_2463c5d3845755c206afbc5b82d8047a.png
deleted file mode 100644
index f2e16045..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/folder-settings_hu9ba2c456145b23213405df7744e576fc_118070_2463c5d3845755c206afbc5b82d8047a.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/folder-settings_hu9ba2c456145b23213405df7744e576fc_118070_48x0_resize_q20_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/folder-settings_hu9ba2c456145b23213405df7744e576fc_118070_48x0_resize_q20_box_3.png
deleted file mode 100644
index ee2b0ee8..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/folder-settings_hu9ba2c456145b23213405df7744e576fc_118070_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/folder-settings_hu9ba2c456145b23213405df7744e576fc_118070_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/folder-settings_hu9ba2c456145b23213405df7744e576fc_118070_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..6255dfad
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/folder-settings_hu9ba2c456145b23213405df7744e576fc_118070_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_1200x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_1200x0_resize_box_3.png
deleted file mode 100644
index 6c78fe24..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..f100457c
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_48x0_resize_q20_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_48x0_resize_q20_box_3.png
deleted file mode 100644
index d081811d..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..966608ea
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_500x0_resize_box_3.png
deleted file mode 100644
index a71619be..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..dad8e7fa
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_717984bb945a7a3fc44101e8b6ba8cf3.webp b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_717984bb945a7a3fc44101e8b6ba8cf3.webp
new file mode 100644
index 00000000..0246f1b4
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_717984bb945a7a3fc44101e8b6ba8cf3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_7c90dfa43f944da6679685270a5cc743.png b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_7c90dfa43f944da6679685270a5cc743.png
deleted file mode 100644
index cf6c63f8..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_7c90dfa43f944da6679685270a5cc743.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_800x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_800x0_resize_box_3.png
deleted file mode 100644
index f61011bb..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..91813bc7
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/spotlight-exclude_hub0c0680d01e20ef348868c8e5625e27c_238207_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_1200x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_1200x0_resize_box_3.png
deleted file mode 100644
index cc984c55..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..225d12d5
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_48x0_resize_q20_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_48x0_resize_q20_box_3.png
deleted file mode 100644
index 110b3e65..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..b32ea2d8
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_500x0_resize_box_3.png
deleted file mode 100644
index 16787d31..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..81c3954c
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_7626af73737a86116dba1bf459a86c4b.webp b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_7626af73737a86116dba1bf459a86c4b.webp
new file mode 100644
index 00000000..2264c0e1
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_7626af73737a86116dba1bf459a86c4b.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_800x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_800x0_resize_box_3.png
deleted file mode 100644
index f3f79d39..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..958f5424
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_adcf3de0a7d05da6ca87289bfcfba886.png b/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_adcf3de0a7d05da6ca87289bfcfba886.png
deleted file mode 100644
index 3320ac71..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/three-finger-drag_hu3582541046f2e817af24aa49d329d8aa_383054_adcf3de0a7d05da6ca87289bfcfba886.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_1200x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_1200x0_resize_box_3.png
deleted file mode 100644
index 8e436b1b..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..98300e73
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_1500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_1500x0_resize_box_3.png
deleted file mode 100644
index 293b86f8..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..c2bcf9b7
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_39ebf6c2ea4733817e8b2960f1205c9c.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_39ebf6c2ea4733817e8b2960f1205c9c.webp
new file mode 100644
index 00000000..d3196ab1
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_39ebf6c2ea4733817e8b2960f1205c9c.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_446bb7bb7ffb9ee1f7d561e15332be61.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_446bb7bb7ffb9ee1f7d561e15332be61.png
deleted file mode 100644
index 205173c7..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_446bb7bb7ffb9ee1f7d561e15332be61.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_48x0_resize_q20_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_48x0_resize_q20_box_3.png
deleted file mode 100644
index 897e6256..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..6755d48d
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_500x0_resize_box_3.png
deleted file mode 100644
index aacfaf45..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..08c9708d
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_800x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_800x0_resize_box_3.png
deleted file mode 100644
index 54c35bf2..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..0364b562
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-customization_hub7347a05c832a2e81380d61b4a6a6781_721180_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_0db3df9140f0598e1d12cbd9c7610de5.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_0db3df9140f0598e1d12cbd9c7610de5.webp
new file mode 100644
index 00000000..8aff4053
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_0db3df9140f0598e1d12cbd9c7610de5.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_1200x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_1200x0_resize_box_3.png
deleted file mode 100644
index f55f22a5..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..548c4558
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_48x0_resize_q20_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_48x0_resize_q20_box_3.png
deleted file mode 100644
index 00238ac3..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..f8d4b568
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_500x0_resize_box_3.png
deleted file mode 100644
index 64e3c31f..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..6e9a8d93
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_800x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_800x0_resize_box_3.png
deleted file mode 100644
index 869671bc..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..a36ea5f4
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_b08991a3f4b5ace4530fc356c56033ba.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_b08991a3f4b5ace4530fc356c56033ba.png
deleted file mode 100644
index ad6a3a5e..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar-web_hud40fa8d2fc4a31862ab39d0d23e83908_9613_b08991a3f4b5ace4530fc356c56033ba.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_48x0_resize_q20_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_48x0_resize_q20_box_3.png
deleted file mode 100644
index b98bb7fc..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..79ae1216
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_500x0_resize_box_3.png
deleted file mode 100644
index e8045adb..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..97ac99a8
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_645416c850c73a3d1f876d752113f13b.webp b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_645416c850c73a3d1f876d752113f13b.webp
new file mode 100644
index 00000000..81cb07f2
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_645416c850c73a3d1f876d752113f13b.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_caa62b84839fc2eacc7e069ca7fa9ec4.png b/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_caa62b84839fc2eacc7e069ca7fa9ec4.png
deleted file mode 100644
index 16015720..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/touch-bar_hu18d8e7d9408e390aea59bf5b753708b5_7726_caa62b84839fc2eacc7e069ca7fa9ec4.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_1200x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_1200x0_resize_box_3.png
deleted file mode 100644
index 2deff449..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..f67d65ec
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_48x0_resize_q20_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_48x0_resize_q20_box_3.png
deleted file mode 100644
index f6593e36..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..d4a49a2d
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_500x0_resize_box_3.png
deleted file mode 100644
index ba72fb12..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..d7749308
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_71c19339213a36833aaa7ccba3bb50fe.png b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_71c19339213a36833aaa7ccba3bb50fe.png
deleted file mode 100644
index 8e94ed77..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_71c19339213a36833aaa7ccba3bb50fe.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_800x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_800x0_resize_box_3.png
deleted file mode 100644
index 34cc3d21..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..81284606
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_ae995023ddfe80efc7034a7caa020d1d.webp b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_ae995023ddfe80efc7034a7caa020d1d.webp
new file mode 100644
index 00000000..5ae6dac5
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-fn-keys_hu501acbd8832779a1a07a5364e3b47662_258115_ae995023ddfe80efc7034a7caa020d1d.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_1200x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_1200x0_resize_box_3.png
deleted file mode 100644
index 72b1fbff..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..b758d695
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_1500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_1500x0_resize_box_3.png
deleted file mode 100644
index 2002b327..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..60a72f6d
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_48x0_resize_q20_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_48x0_resize_q20_box_3.png
deleted file mode 100644
index 202d7aa6..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..d6e01b49
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_500x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_500x0_resize_box_3.png
deleted file mode 100644
index 57642a7e..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..40588930
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_800x0_resize_box_3.png b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_800x0_resize_box_3.png
deleted file mode 100644
index eb483a58..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..d2b5e289
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_8b2753b39fdeb53e8d6de4eca55a6ff4.png b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_8b2753b39fdeb53e8d6de4eca55a6ff4.png
deleted file mode 100644
index 88d377d0..00000000
Binary files a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_8b2753b39fdeb53e8d6de4eca55a6ff4.png and /dev/null differ
diff --git a/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_efab3462f82a83a1e490576ef738f7de.webp b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_efab3462f82a83a1e490576ef738f7de.webp
new file mode 100644
index 00000000..db692532
Binary files /dev/null and b/resources/_gen/images/settings-for-new-macbook-pro/vs-code-terminal-toggling_hu927f492d2e3f0e7aba117892cd463e96_72145_efab3462f82a83a1e490576ef738f7de.webp differ
diff --git a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..762ed1c1
Binary files /dev/null and b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_1500x0_resize_box_3.png b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_1500x0_resize_box_3.png
deleted file mode 100644
index 175d7fc3..00000000
Binary files a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..e0711da0
Binary files /dev/null and b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..e08ebcfe
Binary files /dev/null and b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_500x0_resize_box_3.png b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_500x0_resize_box_3.png
deleted file mode 100644
index 931f881d..00000000
Binary files a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..a0a91836
Binary files /dev/null and b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_600x300_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_600x300_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..c108797e
Binary files /dev/null and b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_600x300_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_800x0_resize_box_3.png b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_800x0_resize_box_3.png
deleted file mode 100644
index 9631d854..00000000
Binary files a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..a37aa378
Binary files /dev/null and b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_978x489_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_978x489_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..44c09b5a
Binary files /dev/null and b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_978x489_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_fcf0991493c5f7c721d655516b56b077.webp b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_fcf0991493c5f7c721d655516b56b077.webp
new file mode 100644
index 00000000..bf0e7e11
Binary files /dev/null and b/resources/_gen/images/simple-short-url-service/henriks-link_huc80cef757d8f6a7b5a0e909c7eb16b03_143320_fcf0991493c5f7c721d655516b56b077.webp differ
diff --git a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1200x0_resize_box_3.png b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1200x0_resize_box_3.png
deleted file mode 100644
index b69f3683..00000000
Binary files a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..b07414b8
Binary files /dev/null and b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1500x0_resize_box_3.png b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1500x0_resize_box_3.png
deleted file mode 100644
index d774fff0..00000000
Binary files a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..ba8d9ed1
Binary files /dev/null and b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_184a61be8a72e63687172b84e2fe5720.webp b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_184a61be8a72e63687172b84e2fe5720.webp
new file mode 100644
index 00000000..9f777832
Binary files /dev/null and b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_184a61be8a72e63687172b84e2fe5720.webp differ
diff --git a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_48x0_resize_q20_box_3.png b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_48x0_resize_q20_box_3.png
deleted file mode 100644
index 614fa447..00000000
Binary files a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..4c0e9752
Binary files /dev/null and b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_4ce826537ef4be6ae8d06b8973e5ad37.png b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_4ce826537ef4be6ae8d06b8973e5ad37.png
deleted file mode 100644
index a72b5595..00000000
Binary files a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_4ce826537ef4be6ae8d06b8973e5ad37.png and /dev/null differ
diff --git a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_500x0_resize_box_3.png b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_500x0_resize_box_3.png
deleted file mode 100644
index d3e98c8a..00000000
Binary files a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..954e942f
Binary files /dev/null and b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_800x0_resize_box_3.png b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_800x0_resize_box_3.png
deleted file mode 100644
index 7578cf84..00000000
Binary files a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..3b3cee80
Binary files /dev/null and b/resources/_gen/images/switching-from-wordpress-to-hugo/hugo-deploy-pipeline_hu7bd21f707d37ce11863f222cb51d91a7_57948_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_1200x0_resize_box_3.png b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_1200x0_resize_box_3.png
deleted file mode 100644
index dda3224b..00000000
Binary files a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_1200x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..4d38078d
Binary files /dev/null and b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_1654a5373638038879dbd533830fcc92.webp b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_1654a5373638038879dbd533830fcc92.webp
new file mode 100644
index 00000000..7118631c
Binary files /dev/null and b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_1654a5373638038879dbd533830fcc92.webp differ
diff --git a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_34143e29484f38301e0b298a4f7e68df.png b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_34143e29484f38301e0b298a4f7e68df.png
deleted file mode 100644
index e665ea7e..00000000
Binary files a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_34143e29484f38301e0b298a4f7e68df.png and /dev/null differ
diff --git a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_48x0_resize_q20_box_3.png b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_48x0_resize_q20_box_3.png
deleted file mode 100644
index 71878388..00000000
Binary files a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..83d0b1a4
Binary files /dev/null and b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_500x0_resize_box_3.png b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_500x0_resize_box_3.png
deleted file mode 100644
index 83103343..00000000
Binary files a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..ee290720
Binary files /dev/null and b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_800x0_resize_box_3.png b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_800x0_resize_box_3.png
deleted file mode 100644
index 7e396188..00000000
Binary files a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..e6635f9e
Binary files /dev/null and b/resources/_gen/images/switching-to-franz/franz_dashboard_hu009cf6e9b563d5824c4c30c4fa1121d1_81290_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..24748f1b
Binary files /dev/null and b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_1500x0_resize_q75_box.jpg b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_1500x0_resize_q75_box.jpg
deleted file mode 100644
index a53fc2c6..00000000
Binary files a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..34be17e8
Binary files /dev/null and b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_48x0_resize_q20_h2_box.webp b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..7d882ec2
Binary files /dev/null and b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_500x0_resize_q75_box.jpg b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_500x0_resize_q75_box.jpg
deleted file mode 100644
index 91f6cf5c..00000000
Binary files a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_500x0_resize_q75_h2_box.webp b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..389cc44a
Binary files /dev/null and b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_5d6dcdb6e73572db563be4a60bdba070.webp b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_5d6dcdb6e73572db563be4a60bdba070.webp
new file mode 100644
index 00000000..b9cd807e
Binary files /dev/null and b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_5d6dcdb6e73572db563be4a60bdba070.webp differ
diff --git a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..b210bda6
Binary files /dev/null and b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_800x0_resize_q75_box.jpg b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_800x0_resize_q75_box.jpg
deleted file mode 100644
index 66c483f5..00000000
Binary files a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_800x0_resize_q75_h2_box.webp b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..cf37e55e
Binary files /dev/null and b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..c4f3d560
Binary files /dev/null and b/resources/_gen/images/the-grass-is-greener-on-the-other-side/green-grass_16-9_hu8a21809a49c8588bdd4a00a9d07e5c30_3536131_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..9a1c2b20
Binary files /dev/null and b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_48x0_resize_q20_h2_box.webp b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..3370e689
Binary files /dev/null and b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_500x0_resize_q75_box.jpg b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_500x0_resize_q75_box.jpg
deleted file mode 100644
index 17f987a6..00000000
Binary files a/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_500x0_resize_q75_h2_box.webp b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..0dbfa314
Binary files /dev/null and b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_5d1ca604f2aea4aaab22192bed02e429.webp b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_5d1ca604f2aea4aaab22192bed02e429.webp
new file mode 100644
index 00000000..7a805ca2
Binary files /dev/null and b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_5d1ca604f2aea4aaab22192bed02e429.webp differ
diff --git a/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..c310a806
Binary files /dev/null and b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_800x0_resize_q75_box.jpg b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_800x0_resize_q75_box.jpg
deleted file mode 100644
index d771733a..00000000
Binary files a/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_800x0_resize_q75_h2_box.webp b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..a4640481
Binary files /dev/null and b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..b00e60da
Binary files /dev/null and b/resources/_gen/images/there-are-only-temporary-solutions/rawpixel-749480-unsplash-w1500_hu4f494a07e43c3ee16cd684f59d8c928d_383054_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..8acf5c5b
Binary files /dev/null and b/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..bd912b71
Binary files /dev/null and b/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_600x300_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_600x300_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..34d067fd
Binary files /dev/null and b/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_600x300_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_6dce3790015334c84841b88debb9e93c.webp b/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_6dce3790015334c84841b88debb9e93c.webp
new file mode 100644
index 00000000..85528a96
Binary files /dev/null and b/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_6dce3790015334c84841b88debb9e93c.webp differ
diff --git a/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_978x489_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_978x489_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..b79fefbc
Binary files /dev/null and b/resources/_gen/images/usability-learnings-from-building-a-cli/oclif-cli_hu7c16d543dbfffca433da988b99c1ca82_4189197_978x489_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..b16d937d
Binary files /dev/null and b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_1500x0_resize_q75_box.jpeg b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_1500x0_resize_q75_box.jpeg
deleted file mode 100644
index 943755e7..00000000
Binary files a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_1500x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..75acc992
Binary files /dev/null and b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_48x0_resize_q20_h2_box.webp b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..c1210e52
Binary files /dev/null and b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_500x0_resize_q75_box.jpeg b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_500x0_resize_q75_box.jpeg
deleted file mode 100644
index 4c73f5c6..00000000
Binary files a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_500x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_500x0_resize_q75_h2_box.webp b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..c1157ff3
Binary files /dev/null and b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..97cf6fc9
Binary files /dev/null and b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_72170b8e3ea25a06d13d96222cb18a34.webp b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_72170b8e3ea25a06d13d96222cb18a34.webp
new file mode 100644
index 00000000..c2b9e60e
Binary files /dev/null and b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_72170b8e3ea25a06d13d96222cb18a34.webp differ
diff --git a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_800x0_resize_q75_box.jpeg b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_800x0_resize_q75_box.jpeg
deleted file mode 100644
index 0e78a9cd..00000000
Binary files a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_800x0_resize_q75_box.jpeg and /dev/null differ
diff --git a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_800x0_resize_q75_h2_box.webp b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..6d6d3ec4
Binary files /dev/null and b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..98375683
Binary files /dev/null and b/resources/_gen/images/use-a-us-keyboard-for-programming/keyboard-us-layout_hu51830d31a40573df9c61254f40916a25_7485464_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/using-a-responsive-css-grid-with-relative-measures/montezuma-css-grid-options_hufd67e057bc7ee1e9b5d190a3282ff79f_15395_48a4ba3bc6b6ba1b41309245c474bd19.png b/resources/_gen/images/using-a-responsive-css-grid-with-relative-measures/montezuma-css-grid-options_hufd67e057bc7ee1e9b5d190a3282ff79f_15395_48a4ba3bc6b6ba1b41309245c474bd19.png
deleted file mode 100644
index d58d382c..00000000
Binary files a/resources/_gen/images/using-a-responsive-css-grid-with-relative-measures/montezuma-css-grid-options_hufd67e057bc7ee1e9b5d190a3282ff79f_15395_48a4ba3bc6b6ba1b41309245c474bd19.png and /dev/null differ
diff --git a/resources/_gen/images/using-a-responsive-css-grid-with-relative-measures/montezuma-css-grid-options_hufd67e057bc7ee1e9b5d190a3282ff79f_15395_48x0_resize_q20_box_3.png b/resources/_gen/images/using-a-responsive-css-grid-with-relative-measures/montezuma-css-grid-options_hufd67e057bc7ee1e9b5d190a3282ff79f_15395_48x0_resize_q20_box_3.png
deleted file mode 100644
index bb883da3..00000000
Binary files a/resources/_gen/images/using-a-responsive-css-grid-with-relative-measures/montezuma-css-grid-options_hufd67e057bc7ee1e9b5d190a3282ff79f_15395_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/using-a-responsive-css-grid-with-relative-measures/montezuma-css-grid-options_hufd67e057bc7ee1e9b5d190a3282ff79f_15395_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/using-a-responsive-css-grid-with-relative-measures/montezuma-css-grid-options_hufd67e057bc7ee1e9b5d190a3282ff79f_15395_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..034316cb
Binary files /dev/null and b/resources/_gen/images/using-a-responsive-css-grid-with-relative-measures/montezuma-css-grid-options_hufd67e057bc7ee1e9b5d190a3282ff79f_15395_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/using-a-responsive-css-grid-with-relative-measures/montezuma-css-grid-options_hufd67e057bc7ee1e9b5d190a3282ff79f_15395_f642ca8846f093f1d63eb1e92c954ae2.webp b/resources/_gen/images/using-a-responsive-css-grid-with-relative-measures/montezuma-css-grid-options_hufd67e057bc7ee1e9b5d190a3282ff79f_15395_f642ca8846f093f1d63eb1e92c954ae2.webp
new file mode 100644
index 00000000..77949065
Binary files /dev/null and b/resources/_gen/images/using-a-responsive-css-grid-with-relative-measures/montezuma-css-grid-options_hufd67e057bc7ee1e9b5d190a3282ff79f_15395_f642ca8846f093f1d63eb1e92c954ae2.webp differ
diff --git a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_1200x0_resize_q75_h2_box_3.webp b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_1200x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..639a386f
Binary files /dev/null and b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_1200x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_1500x0_resize_box_3.png b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_1500x0_resize_box_3.png
deleted file mode 100644
index fbe83efb..00000000
Binary files a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_1500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_1500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_1500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..40dc862d
Binary files /dev/null and b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_1500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..762e81bb
Binary files /dev/null and b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_500x0_resize_box_3.png b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_500x0_resize_box_3.png
deleted file mode 100644
index 3460a5b6..00000000
Binary files a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..396e5ff1
Binary files /dev/null and b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_600x300_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_600x300_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..155bbc44
Binary files /dev/null and b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_600x300_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_800x0_resize_box_3.png b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_800x0_resize_box_3.png
deleted file mode 100644
index 0190dab8..00000000
Binary files a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..5a728474
Binary files /dev/null and b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_978x489_fill_q75_h2_box_smart1_3.webp b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_978x489_fill_q75_h2_box_smart1_3.webp
new file mode 100644
index 00000000..8597ae2a
Binary files /dev/null and b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_978x489_fill_q75_h2_box_smart1_3.webp differ
diff --git a/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_b13ce30fee8a8724295e9ee00e92c6e8.webp b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_b13ce30fee8a8724295e9ee00e92c6e8.webp
new file mode 100644
index 00000000..2414cf3a
Binary files /dev/null and b/resources/_gen/images/using-same-node-in-jenkins-groovy-pipeline/jenkins_hu5a9703e3cd184c88dcaf78095cd2c24c_198543_b13ce30fee8a8724295e9ee00e92c6e8.webp differ
diff --git a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_250d935dda7808b44b362babcac9469a.png b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_250d935dda7808b44b362babcac9469a.png
deleted file mode 100644
index 169fa3a8..00000000
Binary files a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_250d935dda7808b44b362babcac9469a.png and /dev/null differ
diff --git a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_48x0_resize_q20_box_3.png b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_48x0_resize_q20_box_3.png
deleted file mode 100644
index d8a6fa17..00000000
Binary files a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..7dc6b6db
Binary files /dev/null and b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_500x0_resize_box_3.png b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_500x0_resize_box_3.png
deleted file mode 100644
index e8e3aafe..00000000
Binary files a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..4caead7c
Binary files /dev/null and b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_584e3230df6e7388201feca5e0ad459e.webp b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_584e3230df6e7388201feca5e0ad459e.webp
new file mode 100644
index 00000000..9781774e
Binary files /dev/null and b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_fixed_hu812890fd748c6617896198d623794efe_18775_584e3230df6e7388201feca5e0ad459e.webp differ
diff --git a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_48x0_resize_q20_box_3.png b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_48x0_resize_q20_box_3.png
deleted file mode 100644
index 7138a119..00000000
Binary files a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..76d3919f
Binary files /dev/null and b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_500x0_resize_box_3.png b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_500x0_resize_box_3.png
deleted file mode 100644
index e1b03913..00000000
Binary files a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..c119f38c
Binary files /dev/null and b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_558fa31a734a3ff5ae6e5874a27e911d.png b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_558fa31a734a3ff5ae6e5874a27e911d.png
deleted file mode 100644
index 0d98defc..00000000
Binary files a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_558fa31a734a3ff5ae6e5874a27e911d.png and /dev/null differ
diff --git a/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_7f64e2fe11b415d86222c5c00d3ba319.webp b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_7f64e2fe11b415d86222c5c00d3ba319.webp
new file mode 100644
index 00000000..4bf2343e
Binary files /dev/null and b/resources/_gen/images/vmware-workstation-9-user-hostility/VMware_Workstation_9_problem_hube0feaf7b57272667c9fc21db27d547b_23230_7f64e2fe11b415d86222c5c00d3ba319.webp differ
diff --git a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_0ba6e6b7aa1080560527abf69be03b90.webp b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_0ba6e6b7aa1080560527abf69be03b90.webp
new file mode 100644
index 00000000..2223f888
Binary files /dev/null and b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_0ba6e6b7aa1080560527abf69be03b90.webp differ
diff --git a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_0ed4770a5f429224ea92525c4132af5f.jpg b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_0ed4770a5f429224ea92525c4132af5f.jpg
deleted file mode 100644
index bf70cad2..00000000
Binary files a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_0ed4770a5f429224ea92525c4132af5f.jpg and /dev/null differ
diff --git a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_1200x0_resize_q75_box.jpg b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_1200x0_resize_q75_box.jpg
deleted file mode 100644
index 27ac44ae..00000000
Binary files a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..253e64ba
Binary files /dev/null and b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_1500x0_resize_q75_box.jpg b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 25c31d45..00000000
Binary files a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..a897444a
Binary files /dev/null and b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_48x0_resize_q20_box.jpg b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_48x0_resize_q20_box.jpg
deleted file mode 100644
index fec61501..00000000
Binary files a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_48x0_resize_q20_h2_box.webp b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..ab6fb129
Binary files /dev/null and b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_500x0_resize_q75_box.jpg b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_500x0_resize_q75_box.jpg
deleted file mode 100644
index a664cdd3..00000000
Binary files a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_500x0_resize_q75_h2_box.webp b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..f78d9a86
Binary files /dev/null and b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_800x0_resize_q75_box.jpg b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_800x0_resize_q75_box.jpg
deleted file mode 100644
index af3ba211..00000000
Binary files a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_800x0_resize_q75_h2_box.webp b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..5525c8f5
Binary files /dev/null and b/resources/_gen/images/windock-configuration-for-my-219-screen/2016-04-30_HPA_9723_hu56ed254247396b16af733decc2ebda7a_580863_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_48x0_resize_q20_box_3.png b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_48x0_resize_q20_box_3.png
deleted file mode 100644
index 4fd8afc6..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..fbeda987
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_500x0_resize_box_3.png b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_500x0_resize_box_3.png
deleted file mode 100644
index 8547d334..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..9d19cbb5
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_800x0_resize_box_3.png b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_800x0_resize_box_3.png
deleted file mode 100644
index 8379e034..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..1483803e
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_8183c769b876e1b8d585ed19103e0283.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_8183c769b876e1b8d585ed19103e0283.webp
new file mode 100644
index 00000000..3e8c7211
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_8183c769b876e1b8d585ed19103e0283.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_c1d8b71bd7f38518624c4bc3cdab8cd2.png b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_c1d8b71bd7f38518624c4bc3cdab8cd2.png
deleted file mode 100644
index c51749d5..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bad-ble-signal_hu1cd0c5bdba8f4cab0c1fe091591cde99_291995_c1d8b71bd7f38518624c4bc3cdab8cd2.png and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_1200x0_resize_q75_box.jpg b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_1200x0_resize_q75_box.jpg
deleted file mode 100644
index d8a04c3a..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_1200x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..fd09e6ad
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_1500x0_resize_q75_box.jpg b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_1500x0_resize_q75_box.jpg
deleted file mode 100644
index b4384156..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..b34a3469
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_2fcf80736a5a61e0509f40ef7fd70505.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_2fcf80736a5a61e0509f40ef7fd70505.webp
new file mode 100644
index 00000000..5afaa688
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_2fcf80736a5a61e0509f40ef7fd70505.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_48x0_resize_q20_box.jpg b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_48x0_resize_q20_box.jpg
deleted file mode 100644
index 2659ad90..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_48x0_resize_q20_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_48x0_resize_q20_h2_box.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..37b97635
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_500x0_resize_q75_box.jpg b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_500x0_resize_q75_box.jpg
deleted file mode 100644
index 0a20e5b9..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_500x0_resize_q75_h2_box.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..e3afa5c4
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_800x0_resize_q75_box.jpg b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_800x0_resize_q75_box.jpg
deleted file mode 100644
index fda5fb97..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_800x0_resize_q75_h2_box.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..ee30e5fc
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_cf154160d6ccdeb1f22fac6b2b40fcb4.jpg b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_cf154160d6ccdeb1f22fac6b2b40fcb4.jpg
deleted file mode 100644
index cf22e04a..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/bridge-close-to-door_hu4556eac55c0093d6f98a18189313593f_254868_cf154160d6ccdeb1f22fac6b2b40fcb4.jpg and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_0cdb87f93a79565650e80aa5bd62a329.png b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_0cdb87f93a79565650e80aa5bd62a329.png
deleted file mode 100644
index 92329e25..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_0cdb87f93a79565650e80aa5bd62a329.png and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_28305b95701f608f692c4a1cde8f945f.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_28305b95701f608f692c4a1cde8f945f.webp
new file mode 100644
index 00000000..a0a92549
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_28305b95701f608f692c4a1cde8f945f.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_48x0_resize_q20_box_3.png b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_48x0_resize_q20_box_3.png
deleted file mode 100644
index 488f34f3..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..d5e1e5d4
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_500x0_resize_box_3.png b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_500x0_resize_box_3.png
deleted file mode 100644
index 65aec3f5..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..30340379
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-add-to-home-assistant_huf791303e00bfc72753da756625669da5_22120_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_48x0_resize_q20_box_3.png b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_48x0_resize_q20_box_3.png
deleted file mode 100644
index a3dd344f..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..b260bed5
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_500x0_resize_box_3.png b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_500x0_resize_box_3.png
deleted file mode 100644
index 08a258b4..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..da1ae5b9
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_60ac13cc0881f26277b019efdf8bfafd.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_60ac13cc0881f26277b019efdf8bfafd.webp
new file mode 100644
index 00000000..f994d4c3
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_60ac13cc0881f26277b019efdf8bfafd.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_6bfed31f71b67680f1ebd9d331b74a92.png b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_6bfed31f71b67680f1ebd9d331b74a92.png
deleted file mode 100644
index bb54b711..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_6bfed31f71b67680f1ebd9d331b74a92.png and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_800x0_resize_box_3.png b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_800x0_resize_box_3.png
deleted file mode 100644
index 6597c1ca..00000000
Binary files a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..488b068e
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/esphome-flash-bluetooth-proxy_hu5f72278ea69b590f5cadefe69c3034d6_151775_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_05df940c51f219e967536efe7de9b3e9.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_05df940c51f219e967536efe7de9b3e9.webp
new file mode 100644
index 00000000..046a9df1
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_05df940c51f219e967536efe7de9b3e9.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..fed0da00
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_48x0_resize_q20_h2_box.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..0da9036e
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..ba422792
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..61655d36
Binary files /dev/null and b/resources/_gen/images/yale-doorman-l3-with-home-assistant-through-bluetooth-proxy/nodemcu_hu4c00c0d22eab4fc9f195483201efa518_1236537_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_1200x0_resize_q75_h2_box.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_1200x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..0452f790
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_1200x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_1500x0_resize_q75_box.jpg b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_1500x0_resize_q75_box.jpg
deleted file mode 100644
index 7e138287..00000000
Binary files a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_1500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_1500x0_resize_q75_h2_box.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_1500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..bb48b3fc
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_1500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_48x0_resize_q20_h2_box.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_48x0_resize_q20_h2_box.webp
new file mode 100644
index 00000000..8808bfb1
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_48x0_resize_q20_h2_box.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_500x0_resize_q75_box.jpg b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_500x0_resize_q75_box.jpg
deleted file mode 100644
index abe41a89..00000000
Binary files a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_500x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_500x0_resize_q75_h2_box.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_500x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..bb5bc4c6
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_500x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_600x300_fill_q75_h2_box_smart1.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_600x300_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..98de2371
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_600x300_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_800x0_resize_q75_box.jpg b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_800x0_resize_q75_box.jpg
deleted file mode 100644
index 351350bc..00000000
Binary files a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_800x0_resize_q75_box.jpg and /dev/null differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_800x0_resize_q75_h2_box.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_800x0_resize_q75_h2_box.webp
new file mode 100644
index 00000000..6ae43eb6
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_800x0_resize_q75_h2_box.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_978x489_fill_q75_h2_box_smart1.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_978x489_fill_q75_h2_box_smart1.webp
new file mode 100644
index 00000000..e106ceb3
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_978x489_fill_q75_h2_box_smart1.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_eb74b783304c3a0c856c6d1754b31c83.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_eb74b783304c3a0c856c6d1754b31c83.webp
new file mode 100644
index 00000000..1b9fb242
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/soundbar-hero-16_9_hu5dd5447c772e08db5e650bcdbe970d42_1440784_eb74b783304c3a0c856c6d1754b31c83.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_424687537f2ac70f6f97726b22d12244.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_424687537f2ac70f6f97726b22d12244.webp
new file mode 100644
index 00000000..94238b18
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_424687537f2ac70f6f97726b22d12244.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_48x0_resize_q20_box_3.png b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_48x0_resize_q20_box_3.png
deleted file mode 100644
index 789e8190..00000000
Binary files a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..2a9ecff1
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_500x0_resize_box_3.png b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_500x0_resize_box_3.png
deleted file mode 100644
index cc3d838e..00000000
Binary files a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..9039fe81
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_800x0_resize_box_3.png b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_800x0_resize_box_3.png
deleted file mode 100644
index a8dc772f..00000000
Binary files a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..efeb7a73
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_800x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_ec694e5631b24e3f2fb7ea3e30d1cb36.png b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_ec694e5631b24e3f2fb7ea3e30d1cb36.png
deleted file mode 100644
index b6111f4d..00000000
Binary files a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-clients_hufddd964d161b49e9a151e9c3ebf94a63_62729_ec694e5631b24e3f2fb7ea3e30d1cb36.png and /dev/null differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_1017eb18732b16cfa90fbfecce73ac45.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_1017eb18732b16cfa90fbfecce73ac45.webp
new file mode 100644
index 00000000..9e814bee
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_1017eb18732b16cfa90fbfecce73ac45.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_1da5b4ae89a592cc0789c41a68909068.png b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_1da5b4ae89a592cc0789c41a68909068.png
deleted file mode 100644
index 81666026..00000000
Binary files a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_1da5b4ae89a592cc0789c41a68909068.png and /dev/null differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_48x0_resize_q20_box_3.png b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_48x0_resize_q20_box_3.png
deleted file mode 100644
index e2625b0b..00000000
Binary files a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_48x0_resize_q20_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_48x0_resize_q20_h2_box_3.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_48x0_resize_q20_h2_box_3.webp
new file mode 100644
index 00000000..bab3e923
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_48x0_resize_q20_h2_box_3.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_500x0_resize_box_3.png b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_500x0_resize_box_3.png
deleted file mode 100644
index 89f7db3d..00000000
Binary files a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_500x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_500x0_resize_q75_h2_box_3.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_500x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..670c33ea
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_500x0_resize_q75_h2_box_3.webp differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_800x0_resize_box_3.png b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_800x0_resize_box_3.png
deleted file mode 100644
index a4d72f58..00000000
Binary files a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_800x0_resize_box_3.png and /dev/null differ
diff --git a/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_800x0_resize_q75_h2_box_3.webp b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_800x0_resize_q75_h2_box_3.webp
new file mode 100644
index 00000000..eea1317e
Binary files /dev/null and b/resources/_gen/images/yamaha-yas-109-soundbar-has-excessive-network-traffic/top-domains_hu44cf3c5c8718d178fcf8cd06789ab934_79154_800x0_resize_q75_h2_box_3.webp differ