aboutsummaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-02-03 17:38:59 -0600
committerChristian Cleberg <hello@cleberg.net>2024-02-03 17:38:59 -0600
commitf8ab5dd11379487f16271a0a976e964c877dfa51 (patch)
treed91d7f136f922c6fdd3ee094995d122b84df2d0d /content/blog
parent2aae94ba77c3dd812a4eb645241c648440fc493e (diff)
downloadcleberg.net-f8ab5dd11379487f16271a0a976e964c877dfa51.tar.gz
cleberg.net-f8ab5dd11379487f16271a0a976e964c877dfa51.tar.bz2
cleberg.net-f8ab5dd11379487f16271a0a976e964c877dfa51.zip
add missing alt text for images
Diffstat (limited to 'content/blog')
-rw-r--r--content/blog/2020-01-25-linux-software.md14
-rw-r--r--content/blog/2020-01-26-steam-on-ntfs.md2
-rw-r--r--content/blog/2021-01-07-ufw.md2
-rw-r--r--content/blog/2021-03-28-vaporwave-vs-outrun.md4
-rw-r--r--content/blog/2022-09-17-serenity-os.md8
5 files changed, 15 insertions, 15 deletions
diff --git a/content/blog/2020-01-25-linux-software.md b/content/blog/2020-01-25-linux-software.md
index 389e460..40c598a 100644
--- a/content/blog/2020-01-25-linux-software.md
+++ b/content/blog/2020-01-25-linux-software.md
@@ -8,7 +8,7 @@ description = "A look at some useful Linux applications."
## Etcher
-![](https://img.cleberg.net/blog/20200125-the-best-linux-software/etcher.png)
+![Etcher Screenshot](https://img.cleberg.net/blog/20200125-the-best-linux-software/etcher.png)
[Etcher](https://www.balena.io/etcher/) is a quick and easy way to burn
ISO images to CDs and USB devices. There are two different ways you can
@@ -56,7 +56,7 @@ sudo pacman -S etcher
## Atom
-![](https://img.cleberg.net/blog/20200125-the-best-linux-software/atom.png)
+![Atom Screenshot](https://img.cleberg.net/blog/20200125-the-best-linux-software/atom.png)
[Atom](https://atom.io) is the self-proclaimed "hackable text editor
for the 21st century". This text editor is made by GitHub, [now owned
@@ -105,7 +105,7 @@ sudo pacman -S atom
## Visual Studio Code
-![](https://img.cleberg.net/blog/20200125-the-best-linux-software/vscode.png)
+![Visual Studio Code Code](https://img.cleberg.net/blog/20200125-the-best-linux-software/vscode.png)
[Visual Studio Code](https://code.visualstudio.com) is yet another
fantastic choice for programming on Linux, especially if you need those
@@ -142,7 +142,7 @@ sudo pacman -S yay binutils make gcc pkg-config fakeroot yay -S visual-studio-co
## GNOME Tweaks
-![](https://img.cleberg.net/blog/20200125-the-best-linux-software/gnome-tweaks.png)
+![Gnome Tweaks Screenshot](https://img.cleberg.net/blog/20200125-the-best-linux-software/gnome-tweaks.png)
[Gnome Tweaks](https://gitlab.gnome.org/GNOME/gnome-tweaks) is the
ultimate tool to use if you want to customize your GNOME desktop
@@ -164,7 +164,7 @@ sudo dnf install gnome-tweaks
## Steam
-![](https://img.cleberg.net/blog/20200125-the-best-linux-software/steam.png)
+![Steam Screenshot](https://img.cleberg.net/blog/20200125-the-best-linux-software/steam.png)
[Steam](https://steampowered.com) is one of the most popular gaming
libraries for computers and is one of the main reasons that many people
@@ -212,7 +212,7 @@ Here.](./2020-01-26-steam-on-ntfs-drives.html)
## neofetch
-![](https://img.cleberg.net/blog/20200125-the-best-linux-software/neofetch.png)
+![Neofetch Screenshot](https://img.cleberg.net/blog/20200125-the-best-linux-software/neofetch.png)
[Neofetch](https://github.com/dylanaraps/neofetch) is a customizable
tool used in the command-line to show system information. This is
@@ -242,7 +242,7 @@ sudo pacman -S neofetch
## yt-dlp
-![](https://img.cleberg.net/blog/20200125-the-best-linux-software/yt-dlp.png)
+![yt-dlp Screenshot](https://img.cleberg.net/blog/20200125-the-best-linux-software/yt-dlp.png)
[yt-dlp](https://github.com/yt-dlp/yt-dlp) is an extremely handy
command-line tool that allows you to download video or audio files from
diff --git a/content/blog/2020-01-26-steam-on-ntfs.md b/content/blog/2020-01-26-steam-on-ntfs.md
index 18b6e8d..2f29d56 100644
--- a/content/blog/2020-01-26-steam-on-ntfs.md
+++ b/content/blog/2020-01-26-steam-on-ntfs.md
@@ -6,7 +6,7 @@ description = "Learn how to fix Steam NTFS issues on Linux."
# Auto-Mount Steam Drives
-![](https://img.cleberg.net/blog/20200125-the-best-linux-software/steam.png)
+![Steam Screenshot](https://img.cleberg.net/blog/20200125-the-best-linux-software/steam.png)
If you want to see how to install Steam on Linux, see my other post:
[Linux Software](/blog/linux-software/).
diff --git a/content/blog/2021-01-07-ufw.md b/content/blog/2021-01-07-ufw.md
index 6534a75..b0137cd 100644
--- a/content/blog/2021-01-07-ufw.md
+++ b/content/blog/2021-01-07-ufw.md
@@ -23,7 +23,7 @@ considered a beginner-friendly front-end to iptables.
(GUI) application for users who are uncomfortable setting up a firewall
through a terminal.
-![](https://img.cleberg.net/blog/20210107-secure-your-network-with-the-uncomplicated-firewall/gufw.png)
+![Gufw Screenshot](https://img.cleberg.net/blog/20210107-secure-your-network-with-the-uncomplicated-firewall/gufw.png)
## Getting Help
diff --git a/content/blog/2021-03-28-vaporwave-vs-outrun.md b/content/blog/2021-03-28-vaporwave-vs-outrun.md
index efad32f..1bbb6d3 100644
--- a/content/blog/2021-03-28-vaporwave-vs-outrun.md
+++ b/content/blog/2021-03-28-vaporwave-vs-outrun.md
@@ -16,11 +16,11 @@ Vaporwave. For example, take a look at the image search results for
Vaporwave: the results include **a lot** of Outrun-themed images.
You'll find a similar trend almost everywhere.
-![](https://img.cleberg.net/blog/20210328-vaporwave-vs-outrun/vaporwave-search-results.png)
+![Vaporwave Search Results](https://img.cleberg.net/blog/20210328-vaporwave-vs-outrun/vaporwave-search-results.png)
## Vaporwave
-![](https://img.cleberg.net/blog/20210328-vaporwave-vs-outrun/macintosh-plus.png)
+![Macintosh Plus Album Cover](https://img.cleberg.net/blog/20210328-vaporwave-vs-outrun/macintosh-plus.png)
Okay, so what is Vaporwave? I'm going to just copy-and-paste some
general info from the Wikipedia article on
diff --git a/content/blog/2022-09-17-serenity-os.md b/content/blog/2022-09-17-serenity-os.md
index d58805c..96123f2 100644
--- a/content/blog/2022-09-17-serenity-os.md
+++ b/content/blog/2022-09-17-serenity-os.md
@@ -92,25 +92,25 @@ the main network link wasn't connecting to my Fedora host properly.
The initial launch of the image displays the SerenityOS desktop, with a
simple terminal already launched:
-![](https://img.cleberg.net/blog/20220917-serenityos/initial_launch.png)
+![SerenityOS Terminal](https://img.cleberg.net/blog/20220917-serenityos/initial_launch.png)
Here you can see the Fire application (literally just shows fire
burning), a browser with the local Serenity Browser page loaded, and a
text editor.
-![](https://img.cleberg.net/blog/20220917-serenityos/basic_apps.png)
+![SerenityOS Fire](https://img.cleberg.net/blog/20220917-serenityos/basic_apps.png)
I also poked around the system utilities and found most tools you'd
expect to find within a standard desktop.
-![](https://img.cleberg.net/blog/20220917-serenityos/system_monitor.png)
+![SerenityOS System Monitor](https://img.cleberg.net/blog/20220917-serenityos/system_monitor.png)
Lastly, I noted that the default desktop contains numerous pre-defined
themes to choose from. This is a small piece, but it's actually
wonderful to see desktop developers consider theming directly out of the
box rather than using an addon-based mentality.
-![](https://img.cleberg.net/blog/20220917-serenityos/themes.png)
+![SerenityOS Themes](https://img.cleberg.net/blog/20220917-serenityos/themes.png)
I didn't take a screenshot of the other pre-installed games, but I did
spend nearly 30 minutes playing Solitaire before remembering that I was