summaryrefslogtreecommitdiff
path: root/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-08-26 23:07:44 +0300
committerPaul Buetow <paul@buetow.org>2024-08-26 23:07:44 +0300
commit9bb115af8b870e1171356ef3a7b3ddfff8dedd4f (patch)
tree07592f7ddfe903dcde9c54da05b0fbe4ec1bdf22 /gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md
parent238eb92c1f28ecb4d44089b230f3345eecdc1af0 (diff)
Update content for md
Diffstat (limited to 'gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md')
-rw-r--r--gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md
index e9321c24..dd8c0167 100644
--- a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md
+++ b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md
@@ -2,6 +2,12 @@
> Published at 2023-10-29T22:25:04+02:00
+Once in a while, I share photos on the inter-web with either family and friends or on my The Irregular Ninja photo site. One hobby of mine is photography (even though I don't have enough time for it - so I am primarily a point-and-shoot photographer).
+
+I'm not particularly eager to use any photo social sharing platforms such as Flickr, 500px (I used them regularly in the past), etc., anymore. I value self-hosting, DIY and privacy (nobody should data mine my photos), and no third party should have any rights to my pictures.
+
+I value KISS (keep it simple and stupid) and simplicity. All that's required for a web photo album is some simple HTML and spice it up with CSS. No need for JavaScript, no need for a complex dynamic website.
+
```
___ .---------.._
______!fsc!_....-' .g8888888p. '-------....._
@@ -22,7 +28,6 @@
## Table of Contents
* [⇢ KISS static web photo albums with `photoalbum.sh`](#kiss-static-web-photo-albums-with-photoalbumsh)
-* [⇢ ⇢ Motivation](#motivation)
* [⇢ ⇢ Introducing `photoalbum.sh`](#introducing-photoalbumsh)
* [⇢ ⇢ Installation](#installation)
* [⇢ ⇢ Setting it up](#setting-it-up)
@@ -31,14 +36,6 @@
* [⇢ ⇢ HTML templates](#html-templates)
* [⇢ ⇢ Conclusion](#conclusion)
-## Motivation
-
-Once in a while, I share photos on the inter-web with either family and friends or on my The Irregular Ninja photo site. One hobby of mine is photography (even though I don't have enough time for it - so I am primarily a point-and-shoot photographer).
-
-I'm not particularly eager to use any photo social sharing platforms such as Flickr, 500px (I used them regularly in the past), etc., anymore. I value self-hosting, DIY and privacy (nobody should data mine my photos), and no third party should have any rights to my pictures.
-
-I value KISS (keep it simple and stupid) and simplicity. All that's required for a web photo album is some simple HTML and spice it up with CSS. No need for JavaScript, no need for a complex dynamic website.
-
## Introducing `photoalbum.sh`
`photoalbum.sh` is a minimal Bash (Bourne Again Shell) script for Unix-like operating systems (such as Linux) to generate static web photo albums. The resulting static photo album is pure HTML+CSS (without any JavaScript!). It is specially designed to be as simple as possible.