diff options
| author | Paul Buetow <paul@buetow.org> | 2022-06-15 09:01:55 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-06-15 09:01:55 +0100 |
| commit | 67b86553f3ef919c317853e6fe9851418873daf0 (patch) | |
| tree | 91724c353d9e3f7925f21715f15548fd4441b490 | |
| parent | 6745fff3c29c9f1cbf3f681cf8d5f806a2a4702a (diff) | |
fix
| -rw-r--r-- | gemfeed/2022-06-15-sweating-the-small-stuff.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2022-06-15-sweating-the-small-stuff.gmi b/gemfeed/2022-06-15-sweating-the-small-stuff.gmi index cc30b7f3..81f988c9 100644 --- a/gemfeed/2022-06-15-sweating-the-small-stuff.gmi +++ b/gemfeed/2022-06-15-sweating-the-small-stuff.gmi @@ -49,7 +49,7 @@ Photography is one of my casual hobbies. I love to capture interesting perspecti => ./2022-06-15-sweating-the-small-stuff/ninja.jpg -More than 10 years ago I wrote the bespoke small static photo album generator in Bash `photoalbum.sh` which I recently refactored it to a modern Bash coding style and also freshened up the Cascading Style Sheets. Last but not least, the new domain name `irregular.ninja` has been registered. +More than 10 years ago I wrote the bespoke small static photo album generator in Bash `photoalbum.sh` which I recently refactored to a modern Bash coding style and also freshened up the Cascading Style Sheets. Last but not least, the new domain name `irregular.ninja` has been registered. The thumbnails are presented in a random order and there are also random CSS effects for each preview. There's also a simple background blur for each page generated. And that's all in less than 300 lines of Bash code! The script requires ImageMagick (available for all common Linux and *BSD distributions) to be installed. |
