reveal tweaks and revised articleupload script

This commit is contained in:
Nathan Schneider
2026-02-13 08:55:47 -07:00
parent c8c7545cd6
commit ce1a2c421d
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ body {
}
.reveal {
font-family: "Nimbus Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
font-family: "Adwaita Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
font-size: 30px;
font-weight: normal;
color: black; }
@@ -51,7 +51,7 @@ body {
margin: 0px auto 30px auto;
background-color: light-gray; /* ntnsndr addition */
color: black;
font-family: "Nimbus Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
font-family: "Adwaita Sans", Helvetica, sans-serif; /* ntnsndr adjusted */
font-weight: 600;
line-height: 1.2;
letter-spacing: normal;
+3 -1
View File
@@ -1,5 +1,7 @@
#!/bin/sh
sftp nsinfo@ossie.mayfirst.org <<EOF
echo "Be sure to log into members.mayfirst.org/cp/ as nsinfo in the past 24 hours. Proceed when ready."
read response
sftp nsinfo@shell.mayfirst.org <<EOF
cd nathanschneider.info/web/articles/
put $1
quit