add chronic the hemphog saga

This commit is contained in:
sophie 2022-05-30 12:31:27 +01:00
parent ac330a9e86
commit 94a15d2d0d
9 changed files with 49 additions and 12 deletions

2
.gitignore vendored
View File

@ -2,10 +2,8 @@
out/
# publish.bat ssh output
running
sshlog.txt
# ignore debug gemini server
.certificates
agate.exe
agate/

25
publish.sh Normal file → Executable file
View File

@ -1,10 +1,17 @@
#!/bin/bash
cd /home/zvava/zvava.org
echo '-> fetching latest updates'
git pull
echo '-> running generator script'
/opt/node-v16.15.0-linux-x64/bin/node make
echo '-> copying files'
cp -r out/gemini/* /var/gemini/content/
cp -r out/www/* /var/www/
echo '-> done!'
LIVE=live-server-01
host=$(hostname)
if [ $host != $LIVE ]
then
ssh zvava@zvava.org "bash /home/zvava/zvava.org/publish.sh"
else
cd /home/zvava/zvava.org
echo '-> fetching latest updates'
git pull
echo '-> running generator script'
/opt/node-v16.15.0-linux-x64/bin/node make
echo '-> copying files'
cp -r out/gemini/* /var/gemini/content/
cp -r out/www/* /var/www/
echo '-> done!'
fi

BIN
src/images/m/euphoria.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
src/images/m/fireplace.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -0,0 +1,8 @@
# euphoria
=> /images/m/euphoria.jpg cover
```
created 2021/12/31
category music
```
=> https://soundcloud.com/pasinazera/euphoria

View File

@ -0,0 +1,10 @@
# fireplace
=> /images/m/fireplace.jpg cover
```
created 2021/12/25
category music
```
gather round
=> https://soundcloud.com/pasinazera/fireplace

View File

@ -0,0 +1,10 @@
# maybe i'm okay
=> /images/m/maybe_im_okay.jpg cover
```
created 2021/12/30
category music
```
just maybe
=> https://soundcloud.com/pasinazera/maybe-im-okay

View File

@ -54,8 +54,12 @@ a::before {
}
@media (orientation: portrait) {
body {
text-align: left;
}
p, pre, blockquote {
font-size: 1rem;
font-size: .9rem;
}
img {