This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/_data/json/roundups/2023.js
2024-02-20 12:38:03 -08:00

98 lines
No EOL
3.5 KiB
JavaScript

export default {
books: [
{
alt: 'Stay True',
author: 'Hua Hsu',
image: 'https://cd-books.b-cdn.net/8jdewx4ipwb9hro2oedjkfj1cy0f',
url: 'https://app.thestorygraph.com/books/9946c834-81f1-4c7f-b7d1-30a804e9874f',
},
{
alt: 'Where Are Your Boys Tonight?',
author: 'Chris Payne',
image: 'https://cd-books.b-cdn.net/vajp3jxy6kee5ka2ymbvjc2fqkvf',
url: 'https://app.thestorygraph.com/books/f074d4e3-a9fc-42af-889e-54697a1fece0',
},
{
title: 'Trouble Boys',
author: 'Bob Mehr',
image: 'https://cd-books.b-cdn.net/66eh71z4igv2dsinrk7mif50fa6y',
url: 'https://app.thestorygraph.com/books/8dce0e20-fef1-42a4-a59b-b4ec084dc6f4',
},
{
alt: 'Corporate Rock Sucks',
author: 'Jim Ruland',
image: 'https://cd-books.b-cdn.net/tzf2l7725ydzzvvmzpbky7wj7ckc',
url: 'https://app.thestorygraph.com/books/8a0b8649-8939-4753-8e8d-18500574614e',
},
{
alt: 'Tracers in the Dark',
author: 'Andy Greenberg',
image: 'https://cd-books.b-cdn.net/m4s6lp9eljzk5vjm1xauou8frxde',
url: 'https://app.thestorygraph.com/books/4f1f21f8-3d1f-4162-9f6c-5a00a33f629c',
},
{
alt: 'Girl in a Band',
author: 'Kim Gordon',
image: 'https://cd-books.b-cdn.net/qnxw68i4xn3byegvkzq6kty0rlx7',
url: 'https://app.thestorygraph.com/books/c0ea8ac6-d2c6-43b6-be16-ba793e71bfc2',
}
],
albums: [
{
title: 'the whaler',
artist: 'home is where',
image: 'https://cdn.coryd.dev/albums/home-is-where-the-whaler.jpg',
url: 'https://musicbrainz.org/release-group/6fe3516f-c324-4265-8f43-d902f3a4cc20',
type: 'album',
},
{
title: 'The Enduring Spirit',
artist: 'Tomb Mold',
image: 'https://cdn.coryd.dev/albums/tomb-mold-the-enduring-spirit.jpg',
url: 'https://musicbrainz.org/release-group/cd3e5dfb-acca-4856-80f6-2e095ac3270d',
type: 'album',
},
{
title: 'A Dialogue With The Eeriest Sublime',
artist: 'Vertebra Atlantis',
image: 'https://cdn.coryd.dev/albums/vertebra-atlantis-a-dialogue-with-the-eeriest-sublime.jpg',
url: 'https://musicbrainz.org/release-group/b8f1913b-f461-443c-a26c-377b259f2af6',
type: 'album',
},
{
title: 'ONE MORE TIME...',
artist: 'blink-182',
image: 'https://cdn.coryd.dev/albums/blink-182-one-more-time.jpg',
url: 'https://musicbrainz.org/release-group/520d6d45-19c8-4ee1-a954-180e7902f3da',
type: 'album',
},
{
title: 'Life Like',
artist: 'Dead Bob',
image: 'https://cdn.coryd.dev/albums/dead-bob-life-like.jpg',
url: 'https://musicbrainz.org/release-group/ab53e625-74af-4a09-a8ff-e1c08dbae596',
type: 'album',
},
{
title: 'Threads of Unknowing',
artist: 'VoidCeremony',
image: 'https://cdn.coryd.dev/albums/voidceremony-threads-of-unknowing.jpg',
url: 'https://musicbrainz.org/release-group/f1f91cde-ff57-41c8-bd58-28c236b3f0c6',
type: 'album',
},
{
title: 'Why Would I Watch',
artist: 'Hot Mulligan',
image: 'https://cdn.coryd.dev/albums/hot-mulligan-why-would-i-watch.jpg',
url: 'https://musicbrainz.org/release-group/5afd31ea-3a96-4b99-a477-4d121efaedec',
type: 'album',
},
{
title: 'Losing What We Love',
artist: 'Knuckle Puck',
image: 'https://cdn.coryd.dev/albums/knuckle-puck-losing-what-we-love.jpg',
url: 'https://musicbrainz.org/release-group/b51d8882-3854-400a-b79b-4353a77a389b',
type: 'album',
}
]
}