This commit is contained in:
Aleksey Ryndin 2023-09-13 13:05:58 +03:00
commit 2d681c27b4
5 changed files with 7 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -108,11 +108,12 @@
<figure>
<a href="images/artwork-issue14.png">
<picture>
<img src="images/artwork-issue14.png"
alt="A floating Puffy holding a paper in hand is asked by a girl «A new issue?! Will you read it to me?»." />
<img src="images/tn_artwork-issue14.png"
alt="A giant puffer fish fixing old machines. A girl kneels nearby. The narrator says «There, I found it»." />
</picture>
</a>
<figcaption>A floating Puffy holding a paper in hand is asked by a girl «A new issue?! Will you read it to me?».</figcaption>
<figcaption>A giant puffer fish fixing old machines. A girl kneels nearby. The narrator says «There, I found it».</figcaption>
<p>Artwork made by <a class="permalink" href="https://merveilles.town/@prahou">Tomáš</a>. More of his stuff at <a class="permalink" href="https://analognowhere.com/">analog nowhere</a>.</p>
</figure>
</article>
@ -129,5 +130,5 @@
<article id="authors">
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h2>Authors</h2>
<p>Solène Rapenne. Many thanks to everyone involved and supportive of the idea</p>
<p>Solène Rapenne. Many thanks to everyone involved and supportive of the idea, especially Tomáš for making all his OpenBSD related art!</p>
</article>

View File

@ -1 +1 @@
PUBLISHED_DATE="2023-09-13T22:00:21Z"
PUBLISHED_DATE="2023-09-13T10:30:26Z"

View File

@ -9,7 +9,7 @@ then
else
nix shell nixpkgs#gnumake nixpkgs#libxml2 -c /bin/sh -c "cd issues && make"
fi
rclone sync -v --size-only \
rclone sync -L -v --size-only \
--sftp-set-modtime=false \
--sftp-disable-hashcheck=true \
--sftp-disable-concurrent-writes=true \