chore: roundup post

This commit is contained in:
Cory Dransfeldt 2023-12-28 16:32:48 -08:00
parent f854d9dbd6
commit b8728e7169
No known key found for this signature in database
5 changed files with 146 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "4.0.10",
"version": "4.0.11",
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

@ -0,0 +1,98 @@
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 Tonigh?',
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://cd-albums.b-cdn.net/i/u/770x0/1d9cf6fc699a8e1f0687c2db51a85619.jpg#1d9cf6fc699a8e1f0687c2db51a85619',
url: 'https://musicbrainz.org/release-group/6fe3516f-c324-4265-8f43-d902f3a4cc20',
type: 'album',
},
{
title: 'The Enduring Spirit',
artist: 'Tomb Mold',
image: 'https://cd-albums.b-cdn.net/i/u/770x0/c104455917804d05acbda1190a5e4db4.jpg#c104455917804d05acbda1190a5e4db4',
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://cd-albums.b-cdn.net/i/u/770x0/17c1cf7deccceb28c5da47bfda996269.jpg#17c1cf7deccceb28c5da47bfda996269',
url: 'https://musicbrainz.org/release-group/b8f1913b-f461-443c-a26c-377b259f2af6',
type: 'album',
},
{
title: 'ONE MORE TIME...',
artist: 'blink-182',
image: 'https://cd-albums.b-cdn.net/i/u/770x0/a5de6e89887258fb4accce4a314c12a1.jpg#a5de6e89887258fb4accce4a314c12a1',
url: 'https://musicbrainz.org/release-group/520d6d45-19c8-4ee1-a954-180e7902f3da',
type: 'album',
},
{
title: 'Life Like',
artist: 'Dead Bob',
image: 'https://cd-albums.b-cdn.net/i/u/770x0/1054f8e7ea6b66e6127fac3d3a5e7a18.jpg#1054f8e7ea6b66e6127fac3d3a5e7a18',
url: 'https://musicbrainz.org/release-group/ab53e625-74af-4a09-a8ff-e1c08dbae596',
type: 'album',
},
{
title: 'Threads of Unknowing',
artist: 'VoidCeremony',
image: 'https://cd-albums.b-cdn.net/i/u/770x0/9fde93dca475dfab877c06d8e7c300bd.jpg#9fde93dca475dfab877c06d8e7c300bd',
url: 'https://musicbrainz.org/release-group/f1f91cde-ff57-41c8-bd58-28c236b3f0c6',
type: 'album',
},
{
title: 'Why Would I Watch',
artist: 'Hot Mulligan',
image: 'https://cd-albums.b-cdn.net/i/u/770x0/21e3053a3faec5dd7a5bf65f6305f345.jpg#21e3053a3faec5dd7a5bf65f6305f345',
url: 'https://musicbrainz.org/release-group/5afd31ea-3a96-4b99-a477-4d121efaedec',
type: 'album',
},
{
title: 'Losing What We Love',
artist: 'Knuckle Puck',
image: 'https://cd-albums.b-cdn.net/i/u/770x0/cbbbf886c2518f41a65140ebb8c880cd.jpg#cbbbf886c2518f41a65140ebb8c880cd',
url: 'https://musicbrainz.org/release-group/b51d8882-3854-400a-b79b-4353a77a389b',
type: 'album',
}
]
}

7
src/_data/roundups.js Normal file
View file

@ -0,0 +1,7 @@
import TwentyTwentyThree from './json/roundups/2023.js'
export default async function () {
return {
2023: TwentyTwentyThree
}
}

View file

@ -164,6 +164,10 @@ strong {
font-weight: 700;
}
em {
font-style: italic;
}
/* headers */
h1, h2, h3, h4, h5, h6 {
font-weight: 900;
@ -740,6 +744,11 @@ ol li {
width: 1.25rem;
}
.now__section--header,
article .now__section--header {
margin-bottom: 1rem;
}
.now__explainer {
font-size: var(--font-size-xs);
line-height: var(--line-height-xs);

View file

@ -0,0 +1,31 @@
---
date: '2023-12-28'
title: '2023 in review'
description: "A quick year in review post to close out 2023."
draft: false
tags: ['books', 'music', 'development', 'Eleventy']
---
<p>Here's my brief, altogether incomplete, review of 2023.</p><!-- excerpt -->
<ul>
<li>Our son turned 1! (Kids are <em>awesome</em>.)</li>
<li>I kept writing front end code — I have loved diving into <a href="https://www.11ty.dev/">Eleventy</a> and the community around it.</li>
<li>The omg.lol community has also been incredible to hang around with and I should pop into the Discord more.</li>
<li>I got 4 more tattoos done in as many sessions, with 2 more sessions scheduled for next year.</li>
<li><a href="https://app.thestorygraph.com/profile/coryd">I read 71 books</a></li>
<li><a href="https://www.last.fm/user/coryd_">I listened to a bunch of music</a></li>
<li><a href="https://trakt.tv/users/cdransf">I watched a bunch of movies and TV</a>, but picking favorites feels weird when so much of that consisted of catching up on "classics" and things I'd either ignored or never seen.</li>
</ul>
{% render "partials/now/media-grid.liquid", data:roundups['2023'].books, icon: "books", title: "Favorite books", shape: "vertical", count: 6 %}
{% render "partials/now/media-grid.liquid", data:roundups['2023'].albums, icon: "vinyl", title: "Favorite albums", shape: "square", count: 8 %}
<p><strong><a href="https://coryd.dev">I wrote some things:</a></strong></p>
<ul>
<li><a href="https://coryd.dev/posts/2023/i-block-ads/">I Block Ads</a>: <a href="https://news.ycombinator.com/item?id=36046293">made it to the home page of Hacker News</a></li>
<li><a href="https://coryd.dev/posts/2023/i-dont-want-streaming-music/">I don't want streaming music, I just want to stream my music</a>: <a href="https://news.ycombinator.com/item?id=35461596">also made it to the home page of Hacker News</a></li>
<li><a href="https://coryd.dev/posts/2023/now-playing-eleventy-netlify-edge-functions-emoji/">Displaying now playing data with matching emoji using Netlify edge functions and Eleventy</a></li>
<li><a href="https://coryd.dev/posts/2023/popular-posts-widget-using-eleventy-plausible/">Building a popular posts widget in Eleventy using Plausible analytics</a></li>
<li><a href="https://coryd.dev/posts/2023/road-to-madness-apple-music-charts/">Road to madness: charting Apple Music listening data</a></li>
</ul>
<p><a href="https://github.com/cdransf/coryd.dev">And I suppose I spent quite a lot of time hacking on this site.</a> Here's to more of that and an altogether bearable 2024.</p>