Skip to content

Commit

Permalink
edited the guide (again)
Browse files Browse the repository at this point in the history
hopefully this is the last time. i also did a new blog post and fixed some of the music review parts with images and deleted a dupe.
  • Loading branch information
Moosyu committed Oct 5, 2024
1 parent a09ba7f commit 700c46f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 31 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/deploy.yml

This file was deleted.

19 changes: 6 additions & 13 deletions src/_data/music.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "CPU Buddha",
"artist": "CPU Buddha",
"score": 8.2,
"image": "",
"description": "im the consumer wojack i need more digital hardcore in my life please god how did only like three albums come out this year"
"image": "https://i.imgur.com/qypyZD7.png",
"description": "im the consumer wojack i need more digital hardcore in my life please god how did only like three albums come out this year. also the cover is really cool, its like a lake and then you look harder and its a cpu and its like holy shit."
},
{
"name": "Bitches Brew",
Expand All @@ -17,7 +17,7 @@
"name": "Death & Rebirth",
"artist": "asukagender",
"score": 8.4,
"image": "",
"image": "https://i.imgur.com/mMWemJO.png",
"description": "a genunily good shoegaze ep by askuagender?? my only wish is that it was longer. lies and silence might have been one of my favourite songs this year."
},
{
Expand All @@ -41,13 +41,6 @@
"image": "",
"description": "my friend told me to listen to this one and holy this shit is ass, even the best song on here (tore up) sucked and by like five songs it the entire album felt like i had collapsed in on itself"
},
{
"name": "HARDSTONE PSYCHO",
"artist": " Don Toliver",
"score": 2.1,
"image": "",
"description": "my friend told me to listen to this one and holy this shit is ass, even the best song on here (tore up) sucked and by like five songs it the entire album felt like i had collapsed in on itself"
},
{
"name": "SOPHIE",
"artist": " SOPHIE",
Expand All @@ -66,14 +59,14 @@
"name": "MAGDALENE",
"artist": "FKA twigs",
"score": 8.1,
"image": "",
"image": "https://i.imgur.com/uI5LQ9d.png",
"description": "some parts of this album put me to sleep and then the song after shocked me awake and it was the best thing ive ever heard, would have been higher if thousand eyes, holy terrain and daybed weren't here."
},
{
"name": "American IV: The Man Comes Around",
"artist": "Johnny Cash",
"score": 8.5,
"image": "",
"image": "https://i.imgur.com/2usqrlA.png",
"description": "great way to end johnny cash's career (and life ig). hurt is also an all time classic and a cover that is almost better than the original and also completely changes the meaning of the original."
},
{
Expand All @@ -94,7 +87,7 @@
"name": "I LAY DOWN MY LIFE FOR YOU",
"artist": "JPEGMAFIA",
"score": 9.2,
"image": "",
"image": "https://i.imgur.com/T4XOQF5.png",
"description": "actually listened to this on release i just havent added everything ive listened to here yet, anyway this is another peggy classic, some of this shit is straight beautiful and way more mature then i expected for peggy"
},
{
Expand Down
16 changes: 16 additions & 0 deletions src/pages/blog/oversharing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "oversharing on the internet"
date: 2024-10-05
---

shockingly, i too (used to be?? am??) pretty prone to oversharing online though as ive gotten older i feel like ive shared less and less, except for in this site ofc especially in the ramblings page but im fairly sure nobody is ever going to link this to me irl so im not too worried. speaking of oversharing like 5 minutes ago i saw an insane ass comment exchange on albumoftheyear.org so i felt the impulse to create this blog post. here is the exchange in question:

![](https://i.imgur.com/UYYPqbN.png)

posting about how you attempted suicide on a musical review site is an awful idea, simply dont, its an insane amount of oversharing to do and you're almost 100% going to get dogged on for posting something like that. the first reply was just reciting the song lyrics to benadryl submarine by lil ugly mane, which while pretty rude and out of pocket probably should have been expected.

i get that when youre like 13 and have no friends posting your deepest darkest thought to whatever social media you use most feels like a good idea but best case scenario nothing happens, but people on the internet dont care and are evil so things can pretty easily get out of hand. just dont take any risks, go to a school counselor and get your issues sorted out. i know this contradicts me saying you should share your deepest darkest thoughts on a website you made but even that might be better than sending it out on a social media page as it closer to just screaming into the void.

this isnt specific to that one person i just feel like i see this happen a lot (way too often on aoty specifically for some reason? maybe its just the high autism ratio or something idk) but it never turns out well. anyways now that ive finished writing this up it seems the like original poster of that review got bullied into deleting it which to be honest is a net positive for everyone including them. though this post just goes to show once somethings out on the internet you cant really delete it.

pretty short blog post i know but i really dont have that much to say about this, im no professional mental health person and i know its harder to see the answer to situations when youre the one in it but i think resorting to talking about it on social media is always the worst choice and if you ever see me make a post like that just know that ive been killed and replaced by a skin walker. moral of the story therapy is better than being bullied to death by internet people.
4 changes: 3 additions & 1 deletion src/pages/guides/lexiqqq_eleventy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ date: 2024-10-03
{{ prismCss | cssmin | safe }}
</style>

this probably isnt efficient or good but it works, dm me on discord if you want to scream at me or make an issue on github if you want to make it good. anyways if you want to use this workflow that builds your 11ty project and puts the files from _site into lexiqqq just follow these very simple steps
we asked a security guy and he said this script is "alright", using sftp would be better but i go for 50% on every test so its fine for me.

# 1. folder setup:

Expand Down Expand Up @@ -68,6 +68,8 @@ jobs:
```
{% endraw %}
note: if your output directory is something other than the default _site, then edit the "_site/*" section on the last line to your output directory's name.
# 3. configuring the workflow
inside that document replace "YOURLEXIQQQUSERNAME" with your lexiqqq username on the last line (your username is the name before .lexiqqq.com on your url)
Expand Down

0 comments on commit 700c46f

Please sign in to comment.