summaryrefslogtreecommitdiff
path: root/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-10-29 22:38:17 +0200
committerPaul Buetow <paul@buetow.org>2023-10-29 22:38:17 +0200
commit38c3039b59bb75c5ef103f4530d26f8c4721cbd8 (patch)
tree5920ae1c1bec989854f2ef84a284b08f96421404 /gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi
parent8835d76d050077bfb21b3b748999575282fed9ff (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi')
-rw-r--r--gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi
index 3ed6470a..c1269819 100644
--- a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi
+++ b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi
@@ -76,7 +76,7 @@ This is Photoalbum Version 0.5.1
## Setting it up
-Now, it's time to set up the Irregular Ninja static web photo album! Create a directory (here: `irregular.ninja` for the Irregular Ninja Photo site), and inside of that directory, create an `incoming` directory. The `incoming` directory. Copy all photos to be part of the album there.
+Now, it's time to set up the Irregular Ninja static web photo album (or any other web photo album you may be setting up!)! Create a directory (here: `irregular.ninja` for the Irregular Ninja Photo site - or any oter sub-directory reflecting your album's name), and inside of that directory, create an `incoming` directory. The `incoming` directory. Copy all photos to be part of the album there.
```
% mkdir irregular.ninja
@@ -141,7 +141,7 @@ TAR_OPTS='-c'
#set -x
```
-In the case for `irregular.ninja`, I modified the defaults to the following:
+In the case for `irregular.ninja`, I changed the defaults to the following:
```diff
--- photoalbumrc 2023-10-29 21:42:00.894202045 +0200