add cover images to all posts that didn't have one

This commit is contained in:
2024-04-22 17:57:36 +02:00
parent 8821c08bd3
commit 93e6337fa6
8 changed files with 13 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@@ -6,7 +6,7 @@ draft = false
author = 'Janis Hutz'
tags = [ 'Development' ]
categories = [ 'News' ]
featuredImage = ""
featuredImage = "/posts/2024/04/upcoming-projects/new-projects.jpg"
+++
I have not been posting much here over the past half a month, as I have been busy working on various projects and also planning a few projects. So, here's what projects are currently ongoing and what projects are upcoming
@@ -28,3 +28,7 @@ When I find the time, I will be porting the QR & Barcode Insight App to Android
# StorageManager
I will probably partially or fully rewrite that app to make it more flexible, reliable and feature-rich. No timeline for this decided on just yet.
**Attribution for cover image**
https://www.picpedia.org/highway-signs/images/new-projects.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View File

@@ -8,7 +8,7 @@ tags = [ 'Linux', 'macOS', 'Development' ]
categories = [ 'Rants' ]
series = [ 'web-dev' ]
series_weight = 1
featuredImage = ""
featuredImage = "cover.jpg"
+++
WebKit, WebKit, WebKit, why are you so bad?
@@ -34,3 +34,7 @@ Personally, I hope that Apple tries to make WebKit a competent and competitive r
# What can we do?
The best thing we can do is to never use Chromium browser, except maybe for checking that a website we just developed looks as intended on Chromium based browsers and instead use Gecko based browsers like Firefox, LibreWolf, Mullvad Browser, Waterfox and many more. Additionally, if you are fortunate to be on Linux use GNOME Web (aka Epiphany), Konqueror or similar browsers that are based on WebKit2GTK, which is using a more upstream version of WebKit than Safari is at times.
**Attribution of cover image**
By Apple - https://webkit.org, LGPL, https://commons.wikimedia.org/w/index.php?curid=129303403

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@@ -8,7 +8,7 @@ tags = [ 'Linux', 'Windows', 'macOS', 'Development' ]
categories = [ 'Rants' ]
series = []
series_weight = 1
featuredImage = ""
featuredImage = "cover.jpg"
+++
# VSCode and its requirements to have an official build by Microsoft to use certain extensions

View File

@@ -8,7 +8,7 @@ tags = [ 'macOS', 'Development' ]
categories = [ 'Rants', 'News' ]
series = []
series_weight = 1
featuredImage = ""
featuredImage = "/images/app_store_download.jpg"
+++
A couple of weeks ago, Apple announced that they are going to open up iOS. As somebody who develops apps for iOS this proposition seemed really nice at first glance, but when you dive into what they actually did, things are significantly worse than what they already have.

Binary file not shown.