From ec4fc3a4369fc324c49245dfe0a0a991cf2c601c Mon Sep 17 00:00:00 2001
From: DTB
Date: Wed, 22 Nov 2023 00:49:07 -0700
Subject: [PATCH] theoretically this makes this theme
---
homepage/homepage | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/homepage/homepage b/homepage/homepage
index 57c990c..0cae79a 100755
--- a/homepage/homepage
+++ b/homepage/homepage
@@ -170,7 +170,6 @@ have, though in the event of conflicting attributes the later attribute
-
@@ -491,6 +490,19 @@ $!TITLE home
+/style.css
+
+@font-face{
+ font-family: "unscii16";
+ src: url("unscii-16.ttf") format("ttf"),
+ url("unscii-16.woff") format("woff");
+}
+
+@media { prefers-color-scheme: light } { background: #eee; color: #000; }
+@media { prefers-color-scheme: dark } { background: #000; color: #eee; }
+pre { font-family: unscii16, monospace; }
+
+
/blah/2023-11-18.html
One of the details about Slipstream and its universe of media (that I will
@@ -4793,7 +4805,8 @@ ls ./blah/*.html \
| tee ./feed.xml \
| sed -e 's_.*_& _g' \
-e "1i\
-blah \
+ \
+blah \
.. " \
-e '$a ' \
>./blah/index.html
@@ -4810,6 +4823,9 @@ sed -i feed.xml \
& ," \
-e '$a'
+curl -OL http://viznut.fi/unscii/unscii-16.ttf
+curl -OL http://viznut.fi/unscii/unscii-16.woff
+
/blah/2023-08-05.html
@@ -5884,7 +5900,7 @@ No rights reserved, all rights exercised, rights turned to lefts, left in this c
-
+