Skip to content

Commit

Permalink
fixed some stuff and added album
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosyu committed Nov 1, 2024
1 parent 2e587ca commit 1c35a27
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
Binary file added public/assets/snakedogs.avif
Binary file not shown.
9 changes: 8 additions & 1 deletion src/_data/music.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"name": "Night Palace",
"artist": "Mount Eerie",
"score": 8.1,
"image": "https://i.imgur.com/nmINauO.png",
"description": "this album took me like 5 tries to get into and i think it was worth it, some of this stuff is mystical, like straight up i felt like i went into a trance like state listening to co-owner of trees. might need to relisten with a focus on the lyrics as i have no idea why demolition turned into a podcast at the end but it was cool either way. the range of sounds on this album is quite honestly insane and the fact that they seem to work together is even more crazy. my main complaint was that yeah it just took me a while to get into, thats just because of my inexperience with mr eerie i think but still gonna hold it against him idk. also the album cover looks like dogshit literally every single cover looked better than this sorry phil. very rewarding album and i think ill relisten often in the future and i imagine my rating can only grow. sidenote spotify queued scary monsters and super creeps (the song not the album) after this album and the transition from i need new eyes to scary monsters and super creeps is scarily good."
},
{
"name": "Songs of a Lost World",
"artist": "The Cure",
Expand Down Expand Up @@ -1922,7 +1929,7 @@
"score": 8.3,
"image": "https://i.imgur.com/GrZvBMa.jpeg",
"imageB": "https://i.imgur.com/EMTtOwV.png",
"description": "the best beatles album abbey road put me to sleep but this is my shit, from start to end not a single miss the people on aoty are lying to you when they say this isnt as good as abbey road and revolver. the cover is also fire, idk why they cropped ghandi out though. <--- went from 96 > 83 ive grown to dispise the mixing in this album"
"description": "the best beatles album abbey road put me to sleep but this is my shit, from start to end not a single miss the people on aoty are lying to you when they say this isnt as good as abbey road and revolver. the cover is also fire, idk why they cropped ghandi out though. <--- went from 96 > 83 ive grown to despise the mixing in this album"
},
{
"name": "To Pimp a Butterfly",
Expand Down
2 changes: 0 additions & 2 deletions src/pages/graphs/comic_dist.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
layout: "_layouts/dist-layout.njk"
title: "comic ratings distribution"
header_img: "/assets/ratingdistributions.avif"
jsonLocation: "/_data/comics.json"
side_nav_img: "/assets/blowup.avif"
---
4 changes: 1 addition & 3 deletions src/pages/graphs/game_dist.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
layout: "_layouts/dist-layout.njk"
title: "game ratings distribution"
header_img: "/assets/ratingdistributions.avif"
jsonLocation: "/_data/games.json"
side_nav_img: "/assets/verification.avif"
side_nav_img: "/assets/snakedogs.avif"
---

umm
4 changes: 4 additions & 0 deletions src/pages/graphs/graphs.11tydata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"layout": "_layouts/dist-layout.njk",
"header_img": "/assets/ratingdistributions.avif"
}
2 changes: 0 additions & 2 deletions src/pages/graphs/music_dist.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
layout: "_layouts/dist-layout.njk"
title: "music ratings distribution"
header_img: "/assets/ratingdistributions.avif"
jsonLocation: "/_data/music.json"
side_nav_img: "/assets/verification.avif"
---
2 changes: 0 additions & 2 deletions src/pages/graphs/tv_dist.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
layout: "_layouts/dist-layout.njk"
title: "tv and movies ratings distribution"
header_img: "/assets/ratingdistributions.avif"
jsonLocation: "/_data/tv.json"
side_nav_img: "/assets/wtfhappened.avif"
---
Expand Down
2 changes: 1 addition & 1 deletion src/pages/reviews/music.njk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pagination:
<thead>
<tr>
<th>
<a href="/pages/graphs/game_dist/">
<a href="/pages/graphs/music_dist/">
current average score: {{ (scoreTotal / counter).toFixed(2) }}/10
</a>
</th>
Expand Down

0 comments on commit 1c35a27

Please sign in to comment.