diff --git a/public/friends.html b/public/friends.html new file mode 100644 index 0000000..365ec50 --- /dev/null +++ b/public/friends.html @@ -0,0 +1,23 @@ + + + +/blankX/friends.html + + + + +
+

/blankx/friends.html

+

Copied from the friends section of NixNet.

+
+
+ +
+
+ + + + diff --git a/public/get-keys.html b/public/get-keys.html index 4536cd4..c75c0f6 100644 --- a/public/get-keys.html +++ b/public/get-keys.html @@ -15,7 +15,6 @@

The keyserver way:

@@ -34,15 +33,15 @@
  • keybase pgp pull blank_x
  • -

    The keybase way (through curl):

    +

    The keybase way (through downloading):

    +

    Run one of these commands:

    The bother amolith way:

    - +

    Ask amolith for my public key. His contact methods here

    The messages way on Telegram:

    + +

    The public keybase way:

    +

    Run one of these commands:

    + diff --git a/public/index.css b/public/index.css index 61e0b2b..ef6ed0d 100644 --- a/public/index.css +++ b/public/index.css @@ -73,7 +73,7 @@ p.black { } p.blacknds, a.blacknds { color: black; - font-family: 'Dr. Smith', sanserif; + font-family: 'Dr. Smith', sans-serif; } div.tocclass, iframe { width: 100%; diff --git a/public/quotes.html b/public/quotes.html new file mode 100644 index 0000000..d104b06 --- /dev/null +++ b/public/quotes.html @@ -0,0 +1,25 @@ + + +/blankX/quotes.html + + + + +
    +

    /blankx/quotes.html

    +

    "blank X has unblanked from the X world"

    +
    +
    + +
    +
    +

    blank X has unblanked from the X world

    +

    What is going on right now?

    +

    This is quote town

    +

    This retarded guy is the one who started it :----------D

    +

    Touhou Garbage

    +

    Were you the ball?

    +

    Ok, let's listen to the best song in the entire world.

    + + + diff --git a/public/toc.html b/public/toc.html index ab858c2..8f6e84c 100644 --- a/public/toc.html +++ b/public/toc.html @@ -4,6 +4,6 @@ -

    sensible-browser file:///blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,vsd,keybase-public},keybase.txt,jack.png,toc.js,index.css} || echo Thanks to amolith for creating Dr. Smith.

    +

    sensible-browser file:///blankx/{{index,contact,get-keys,template,404,403,toc,quotes,friends}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,vsd,keybase-public},keybase.txt,jack.png,toc.js,index.css} || echo Thanks to amolith for creating Dr. Smith.

    diff --git a/public/toc.js b/public/toc.js index 9a1893c..3578620 100644 --- a/public/toc.js +++ b/public/toc.js @@ -1,8 +1,9 @@ -let cururl = window.location.href; +var cururl = window.location.href; +var toccon = "

    sensible-browser file:///blankx/{{index,contact,get-keys,template,404,403,toc,quotes,friends}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,vsd,keybase-public},keybase.txt,jack.png,toc.js,index.css}

    "; if (cururl.indexOf('redir') >= 0) { - let toccon = "

    sensible-browser file:///blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,vsd,keybase-public},keybase.txt,jack.png,toc.js,index.css}

    "; - document.getElementById("tocid").innerHTML = toccon; + var tocconf = toccon.replace(/href../ig, "href='../"); + console.log(tocconf); + document.getElementById("tocid").innerHTML = tocconf; } else { - let toccon = "

    sensible-browser file:///blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,vsd,keybase-public},keybase.txt,jack.png,toc.js,index.css}

    "; document.getElementById("tocid").innerHTML = toccon; }