theoretically this makes this theme
This commit is contained in:
parent
dc1bc6b0d2
commit
ec4fc3a436
@ -170,7 +170,6 @@ have, though in the event of conflicting attributes the later attribute
|
|||||||
<HEAD>
|
<HEAD>
|
||||||
<LINK HREF="https://trinity.moe/_PAGE" REL="canonical" />
|
<LINK HREF="https://trinity.moe/_PAGE" REL="canonical" />
|
||||||
<LINK HREF="/img/icons/favicon.ico" REL="shortcut icon" TYPE="image/x-icon" />
|
<LINK HREF="/img/icons/favicon.ico" REL="shortcut icon" TYPE="image/x-icon" />
|
||||||
<LINK HREF="/css/2023.css" ID="styling" REL="stylesheet" />
|
|
||||||
<META CHARSET="UTF-8" />
|
<META CHARSET="UTF-8" />
|
||||||
<META CONTENT="dtb" NAME="author" />
|
<META CONTENT="dtb" NAME="author" />
|
||||||
<META CONTENT="praise for trinity / dot moe" NAME="description" />
|
<META CONTENT="praise for trinity / dot moe" NAME="description" />
|
||||||
@ -491,6 +490,19 @@ $!TITLE home
|
|||||||
</P>
|
</P>
|
||||||
|
|
||||||
|
|
||||||
|
/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
|
/blah/2023-11-18.html
|
||||||
|
|
||||||
One of the details about Slipstream and its universe of media (that I will
|
One of the details about Slipstream and its universe of media (that I will
|
||||||
@ -4793,7 +4805,8 @@ ls ./blah/*.html \
|
|||||||
| tee ./feed.xml \
|
| tee ./feed.xml \
|
||||||
| sed -e 's_.*_<A HREF="/blah/&.html">&</A>_g' \
|
| sed -e 's_.*_<A HREF="/blah/&.html">&</A>_g' \
|
||||||
-e "1i\
|
-e "1i\
|
||||||
<!DOCTYPE html><HEAD><TITLE>blah</TITLE></HEAD>\
|
<!DOCTYPE html><HEAD><link rel=stylesheet href=/style.css />\
|
||||||
|
<TITLE>blah</TITLE></HEAD>\
|
||||||
<BODY><PRE><A HREF=\"..\">..</A>" \
|
<BODY><PRE><A HREF=\"..\">..</A>" \
|
||||||
-e '$a</PRE></BODY></HTML>' \
|
-e '$a</PRE></BODY></HTML>' \
|
||||||
>./blah/index.html
|
>./blah/index.html
|
||||||
@ -4810,6 +4823,9 @@ sed -i feed.xml \
|
|||||||
<pubdate>&</pubdate></item>," \
|
<pubdate>&</pubdate></item>," \
|
||||||
-e '$a</channel></rss>'
|
-e '$a</channel></rss>'
|
||||||
|
|
||||||
|
curl -OL http://viznut.fi/unscii/unscii-16.ttf
|
||||||
|
curl -OL http://viznut.fi/unscii/unscii-16.woff
|
||||||
|
|
||||||
|
|
||||||
/blah/2023-08-05.html
|
/blah/2023-08-05.html
|
||||||
|
|
||||||
@ -5884,7 +5900,7 @@ No rights reserved, all rights exercised, rights turned to lefts, left in this c
|
|||||||
<HEAD>
|
<HEAD>
|
||||||
<LINK HREF="https://trinity.moe/_PAGE" REL="canonical" />
|
<LINK HREF="https://trinity.moe/_PAGE" REL="canonical" />
|
||||||
<LINK HREF="/img/icons/favicon.ico" REL="shortcut icon" TYPE="image/x-icon" />
|
<LINK HREF="/img/icons/favicon.ico" REL="shortcut icon" TYPE="image/x-icon" />
|
||||||
<LINK HREF="/css/2023.css" ID="styling" REL="stylesheet" />
|
<LINK HREF="/style.css" REL="stylesheet" />
|
||||||
<META CHARSET="UTF-8" />
|
<META CHARSET="UTF-8" />
|
||||||
<META CONTENT="dtb" NAME="author" />
|
<META CONTENT="dtb" NAME="author" />
|
||||||
<META CONTENT="$!DESCRIPTION" NAME="description" />
|
<META CONTENT="$!DESCRIPTION" NAME="description" />
|
||||||
|
Loading…
Reference in New Issue
Block a user