diff options
| author | Paul Buetow <paul@buetow.org> | 2023-10-29 22:38:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-10-29 22:38:17 +0200 |
| commit | 38c3039b59bb75c5ef103f4530d26f8c4721cbd8 (patch) | |
| tree | 5920ae1c1bec989854f2ef84a284b08f96421404 /gemfeed | |
| parent | 8835d76d050077bfb21b3b748999575282fed9ff (diff) | |
Update content for gemtext
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi | 4 | ||||
| -rw-r--r-- | gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl | 4 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 6 |
3 files changed, 7 insertions, 7 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 diff --git a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl index 4ca42746..a79e4468 100644 --- a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl +++ b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl @@ -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 diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index cbd1c508..42811463 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2023-10-29T22:32:07+02:00</updated> + <updated>2023-10-29T22:38:01+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -96,7 +96,7 @@ This is Photoalbum Version 0.5.1 <br /> <h2 style='display: inline'>Setting it up</h2><br /> <br /> -<span>Now, it's time to set up the Irregular Ninja static web photo album! Create a directory (here: <span class='inlinecode'>irregular.ninja</span> for the Irregular Ninja Photo site), and inside of that directory, create an <span class='inlinecode'>incoming</span> directory. The <span class='inlinecode'>incoming</span> directory. Copy all photos to be part of the album there.</span><br /> +<span>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: <span class='inlinecode'>irregular.ninja</span> for the Irregular Ninja Photo site - or any oter sub-directory reflecting your album's name), and inside of that directory, create an <span class='inlinecode'>incoming</span> directory. The <span class='inlinecode'>incoming</span> directory. Copy all photos to be part of the album there.</span><br /> <br /> <pre> % mkdir irregular.ninja @@ -165,7 +165,7 @@ clean<font color="#990000">:</font> <i><font color="#9A1900">#set -x</font></i> </pre> <br /> -<span>In the case for <span class='inlinecode'>irregular.ninja</span>, I modified the defaults to the following:</span><br /> +<span>In the case for <span class='inlinecode'>irregular.ninja</span>, I changed the defaults to the following:</span><br /> <br /> <!-- Generator: GNU source-highlight 3.1.9 by Lorenzo Bettini |
