diff --git a/config.json b/config.json index fd34615..8cf7450 100644 --- a/config.json +++ b/config.json @@ -37,7 +37,8 @@ "The worst git user to exist", "no idea how branches work", "Their ass is NOT listening", - "These birds are Pissing me off... I'm the original        Starwalker" + "These birds are Pissing me off... I'm the original        Starwalker", + "Married to my beloved Asahi <3" ], "titles": [ "Boykisser", @@ -60,6 +61,10 @@ "NodeJS": "limegreen", "Violet's": "rgb(200, 150, 255)", "Violet": "rgb(200, 150, 255)", + "Asahi": "rgb(255, 175, 175)", + "Lunya": "rgb(255, 175, 175)", + "bisexual": "rgb(214, 2, 112)", + "enby": "rgb(252, 244, 52)", "Purgatory": "rgb(200, 150, 255)", "Youtube": "rgb(255, 0, 0)", "Fedi": "rgb(175, 125, 200)", diff --git a/pageUpdater.js b/pageUpdater.js index bdfdac1..7e3144f 100644 --- a/pageUpdater.js +++ b/pageUpdater.js @@ -127,13 +127,20 @@ module.exports = { filePath = path.join(__dirname, 'static', filePath || 'index.html') if (fs.existsSync(filePath)) { var data = fs.readFileSync(filePath).toString() - if (req.path.includes(".css")) { - res.setHeader("Content-Type", "text/css") - } else if (!req.path.includes(".woff2")) { + + res.contentType(path.basename(filePath)) + + // if (req.path.includes(".css")) { + // res.setHeader("Content-Type", "text/css") + // } else if (!req.path.includes(".woff2")) { + // data = converter(data, req.query) + // } + + if (filePath.includes(".html")) { data = converter(data, req.query) } - res.send(minify.minify(data)) + res.send(data) } else { res.status(404).send(` diff --git a/static/asahi/index.html b/static/asahi/index.html new file mode 100644 index 0000000..b78fbd6 --- /dev/null +++ b/static/asahi/index.html @@ -0,0 +1,83 @@ + + + + + + + + + + + Violet's Purgatory + + + + + + + + + + + {WEATHER_MODIFIER} +

Welcome to myHumble Abode +

+
+

nice seeing you here! while you're at it, why not check out my socials or about me?

+
+
+

Asahi

+
+ +
+

They/Them

+

Marcy & Violet <3

+
+
+
+
+

+
hi! my name is Asahi Lunya :3 i'm a bisexual enby who's a very queer mess + +
i have interests in tech, aerospace, trains, art, and music! i'm also a privacy/security + enthusiast + +
i'm currently learning many new things in my life, expanding my knowledge + +
i hope you got to know me a little ^^ +

+ + +
+
+ +


Disclaimer!

+

+ This is NOT Asahi's real site! Please find it here instead! +

+ +


Quotes:

+ + +

“literally anything from the 1995 movie 'Hackers' will absolutely fit here :neofox_bongo_hyper:” -tyberry +"ooooo you like boys, ur a boykisser" -Elodie +"asahi is twink-esk in spirit. aspirational." -Juniper +"cute huggable nice huggable cute cute" -marcy +"Petting Asahi makes the world better” -yassie +"meow meow meow mrrrp nya~" -gettie +"cute and queer catenby that functions as fedi's algorithm on the side" -7331 +"sometimes this one still forgets how friendly some people are here… like Asahi, for instance!” -Ariadne +"Asahi wa sugoi desu ne?" -Bard +"this is a quote :3c" -Ukko +"best Asahi I've ever metblob cat squeezes heart (awww!)" -Kristina +"asahi is friend shaped and they have a good heart" -Drew +"10/10 will give loving headpats and will protect them!" -Natsura

+ + +
+ + + \ No newline at end of file diff --git a/static/imgs/asahiPFP.png b/static/imgs/asahiPFP.png new file mode 100644 index 0000000..76cb920 Binary files /dev/null and b/static/imgs/asahiPFP.png differ