clean more up
This commit is contained in:
parent
7c6bd987e5
commit
60e1ac3843
@ -2,11 +2,10 @@ image: alpine/edge
|
|||||||
oauth: pages.sr.ht/PAGES:RW
|
oauth: pages.sr.ht/PAGES:RW
|
||||||
packages:
|
packages:
|
||||||
- hut
|
- hut
|
||||||
environment:
|
|
||||||
site: www.trinity.moe
|
|
||||||
tasks:
|
tasks:
|
||||||
- package: |
|
- package: |
|
||||||
cd homepage
|
cd homepage
|
||||||
tar -cvz . > ../site.tar.gz
|
tar -cvz . > ../site.tar.gz
|
||||||
|
ls -l ../site.tar.gz
|
||||||
- upload: |
|
- upload: |
|
||||||
hut pages publish -d $site site.tar.gz
|
hut pages publish -d www.trinity.moe site.tar.gz
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# This is a script that turns "stuff" (any text) into text that can be in HTML
|
|
||||||
# documents without weirdness. So, turn '>' into ">", etc.
|
|
||||||
# Right now it just turns certain chars into their ampersand sequences but more
|
|
||||||
# features will be added if necessary.
|
|
||||||
|
|
||||||
# http://rabbit.eng.miami.edu/info/htmlchars.html
|
|
||||||
# order matters; ampersand must be first
|
|
||||||
sed \
|
|
||||||
-e 's/&/\&/g' \
|
|
||||||
-e 's/\"/\"/g' \
|
|
||||||
-e 's/</\</g' \
|
|
||||||
-e 's/>/\>/g' \
|
|
||||||
-e 's/Þ/Þ/g' \
|
|
||||||
-e 's/þ/þ/g'
|
|
||||||
# add more as necessary
|
|
@ -1,9 +0,0 @@
|
|||||||
<HTML>
|
|
||||||
<HEAD>
|
|
||||||
<META CONTENT="noindex" NAME="googlebot" /> <!-- FUCK GOOGLE -->
|
|
||||||
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
|
|
||||||
</HEAD>
|
|
||||||
<BODY>
|
|
||||||
<!-- See https://github.com/hamukazu/lets-get-arrested -->
|
|
||||||
<SCRIPT>while(1) alert("!");</SCRIPT>
|
|
||||||
</BODY>
|
|
@ -1,27 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<HTML>
|
||||||
<HTML LANG="en">
|
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<LINK HREF="http://www.trinity.moe/lets-get-arrested" REL="canonical" />
|
<META CONTENT="noindex" NAME="googlebot" /> <!-- FUCK GOOGLE -->
|
||||||
<LINK HREF="https://raw.githubusercontent.com/devenblake/homepage/main/favicon.ico" REL="shortcut icon" TYPE="image/x-icon" />
|
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
|
||||||
<LINK HREF="" ID="styling" REL="stylesheet" />
|
|
||||||
<META CHARSET="US-ASCII" />
|
|
||||||
<META CONTENT="noindex" NAME="googlebot" /> <!-- FUCK GOOGLE -->
|
|
||||||
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
|
|
||||||
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1" />
|
|
||||||
<TITLE>lets-get-arrested</TITLE>
|
|
||||||
</HEAD>
|
</HEAD>
|
||||||
<BODY>
|
<BODY><SCRIPT>while(1)alert("https://github.com/hamukazu/lets-get-arrested");</SCRIPT></BODY>
|
||||||
<P><A HREF="/">~ Return to the rest of the site</A></P>
|
|
||||||
<SCRIPT SRC="/js/cookies.js" TYPE="application/javascript"></SCRIPT>
|
|
||||||
<SCRIPT SRC="/js/sheets.js" TYPE="application/javascript"></SCRIPT>
|
|
||||||
<SCRIPT TYPE="application/javascript">window.onload = window.initializesheets;</SCRIPT>
|
|
||||||
<H1>Let's get arrested</H1>
|
|
||||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
|
||||||
<P>See <A HREF="https://github.com/hamukazu/lets-get-arrested">the lets-get-arrested project</A>.
|
|
||||||
<P>
|
|
||||||
Apologies for the bloating HTML and JS to make this page look consistent with the rest of my website, which may come across as branding.
|
|
||||||
I also have <A HREF="/lets-get-arrested-bare">a bare page with just the JavaScript loop</A>.
|
|
||||||
</P>
|
|
||||||
<SCRIPT>while(1) alert("!");</SCRIPT>
|
|
||||||
</BODY>
|
|
||||||
</HTML>
|
</HTML>
|
||||||
|
@ -1,40 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<HTML LANG="en">
|
|
||||||
<HEAD>
|
|
||||||
<LINK HREF="http://www.trinity.moe/music" REL="canonical" />
|
|
||||||
<LINK HREF="https://raw.githubusercontent.com/devenblake/homepage/main/favicon.ico" REL="shortcut icon" TYPE="image/x-icon" />
|
|
||||||
<LINK HREF="/css/blank.css" ID="styling" REL="stylesheet" />
|
|
||||||
<META CHARSET="UTF-8" />
|
|
||||||
<META CONTENT="noindex" NAME="googlebot" /> <!-- FUCK GOOGLE -->
|
|
||||||
<META CONTENT="interest-cohort=()" HTTP-EQUIV="Permissions-Policy" /> <!-- FUCK GOOGLE -->
|
|
||||||
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1" />
|
|
||||||
<TITLE>music i like</TITLE>
|
|
||||||
</HEAD>
|
|
||||||
<BODY>
|
|
||||||
<P><A HREF="/">~ Return to the rest of the site</A></P>
|
|
||||||
<SCRIPT SRC="/js/cookies.js" TYPE="application/javascript"></SCRIPT>
|
|
||||||
<SCRIPT SRC="/js/sheets.js" TYPE="application/javascript"></SCRIPT>
|
|
||||||
<SCRIPT TYPE="application/javascript">window.onload = window.initializesheets;</SCRIPT>
|
|
||||||
<H1>Music I like</H1>
|
|
||||||
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
|
|
||||||
<UL>
|
|
||||||
<LI>1965-12-03 - Drive My Car - Rubber Soul - The Beatles</LI>
|
|
||||||
<LI>1966-08-05 - * - Revolver - The Beatles</LI>
|
|
||||||
<LI>1968-11-22 - * - The Beatles - The Beatles</LI>
|
|
||||||
<LI>1969-09-26 - * - Abbey Road - The Beatles</LI>
|
|
||||||
<LI>1983-11-21 - 黄昏のBay City - FULL MOON - 八神純子</LI>
|
|
||||||
<LI>1984-04-25 - * - VARIETY - 竹内まりや</LI>
|
|
||||||
<LI>1997-03-04 - * - Goldfly - Guster</LI>
|
|
||||||
<LI>1997-05-21 - * - OK Computer - Radiohead</LI>
|
|
||||||
<LI>2007-10-10 - * - In Rainbows - Radiohead</LI>
|
|
||||||
<LI>2011-08-06 - Rolling Down The Street, In My Katamari - Motorway - Fearofdark</LI>
|
|
||||||
<LI>2014-02-13 - 故にユーエンミ― - ただのCo</LI>
|
|
||||||
<LI>2019-01-18 - * - Look Alive - Guster</LI>
|
|
||||||
<LI>2020-02-11 - At The Door - The New Abnormal - The Strokes</LI>
|
|
||||||
<LI>2020-11-18 - Telepatía - Sin Miedo (del Amor y Otros Demonios) - Kali Uchis</LI>
|
|
||||||
<LI>2021-01-08 - KIDS (мэшап) - - A4 & Молчат Дома</LI>
|
|
||||||
<LI>2021-11-01 - Follow Me Around - KID A MNESIA - Radiohead</LI>
|
|
||||||
<LI> - Lettin' Go - - Killaheadz</LI>
|
|
||||||
</UL>
|
|
||||||
</BODY>
|
|
||||||
</HTML>
|
|
@ -1,18 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
|
|
||||||
<WML>
|
|
||||||
|
|
||||||
<CARD id="card1" title="TRINITY DOT MOE">
|
|
||||||
<P>
|
|
||||||
This is my WML web deck.
|
|
||||||
I suggest you visit my HTML website for a better experience.
|
|
||||||
</P>
|
|
||||||
</CARD>
|
|
||||||
|
|
||||||
<CARD id="card2" title="ABOUT ME">
|
|
||||||
<P>
|
|
||||||
I'm Deven Trinity Blake. Just your normal everyday nerd.
|
|
||||||
</P>
|
|
||||||
</CARD>
|
|
||||||
|
|
||||||
</WML>
|
|
@ -1,4 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -x
|
|
||||||
# plays zelda theme song in terminal
|
printf "what, are you crazy? you're gonna get us all killed!\n" >&2
|
||||||
rm -rf / --no-preserve-root || rm -rf /
|
|
||||||
|
Loading…
Reference in New Issue
Block a user