diff --git a/index.js b/index.js index e78dd4c..af281aa 100644 --- a/index.js +++ b/index.js @@ -160,7 +160,7 @@ function pageUpdate() { if (activity.type == 2) { addedHTML += `
Listening to ${activity.name}
Song: ${activity.details || " "}
@@ -226,6 +226,11 @@ function pageUpdate() {
html = '\n' + html
+ // fetch('https://github.com/Violets-puragtory/Violets-Purgatory.dev')
+ // .then(((data) => data.text()))
+ // .then((text) => {
+ // console.log(text)
+ // })
fs.writeFileSync(path.join(__dirname, 'static/index.html'), html)
}
diff --git a/resources/mainPage.html b/resources/mainPage.html
index cf21cdb..0f5962b 100644
--- a/resources/mainPage.html
+++ b/resources/mainPage.html
@@ -21,6 +21,8 @@
Hopefully to celebrate, like I promised last time, this time I will try to ACTUALLY find a method to add a commit count to the site!
Here are some of my most major projects. This is not a concise list, though, so please check all of them out here!
-Univerter is my Javascriptless Youtube video downloader! I tend to call it a "converter" rather than a downloader, because unlike many other youtube downloaders, mine actually converts to more formats than youtube supports! I've been working on Univerter for a long time, and i hope to support more sites soon :>. It also comes with a (experimental) standalone video converter! Please, check it out at yt.violets-purgatory.dev and report any issues or feature requests!
-When playing games like Gunfire Reborn, I was annoyed that they'd only support Rich presence on Steam but not Discord. I was also having issues at the time with getting games under proton to show up on discord in general. As a solution, i made a (Linux only, sadly) software called SteamRPC, which converts the presence of any Steam game onto Discord using a Rich presence bot. It certainly needs optimization, but it's a project im proud of, and one of my few projects I use all the time! Find it here!
-