chore: bug fixes, organization, metadata

This commit is contained in:
Cory Dransfeldt 2024-05-01 15:15:45 -07:00
parent ebdcf8021e
commit 63e8c2ec30
No known key found for this signature in database
21 changed files with 54 additions and 78 deletions

View file

@ -210,7 +210,7 @@ export default {
} }
if (item.type === 'movie') normalized['alt'] = item['title'] if (item.type === 'movie') normalized['alt'] = item['title']
if (item.type === 'book') { if (item.type === 'book') {
normalized['alt'] = `${item['title']} by ${item['author']}` normalized['alt'] = `${item['title']} by ${item['authors']}`
normalized['subtext'] = `${item['percentage']} finished` normalized['subtext'] = `${item['percentage']} finished`
normalized['percentage'] = item['percentage'] normalized['percentage'] = item['percentage']
} }
@ -228,6 +228,14 @@ export default {
}), }),
calculatePlayPercentage: (plays, mostPlayed) => `${plays/mostPlayed * 100}%`, calculatePlayPercentage: (plays, mostPlayed) => `${plays/mostPlayed * 100}%`,
bookStatus: (books, status) => books.filter(book => book.status === status), bookStatus: (books, status) => books.filter(book => book.status === status),
bookFinishedYear: (books, year) => books.filter(book => {
if (book.status === 'finished' && book.dateAdded) return parseInt(book.dateAdded.split('-')[0]) === year
return ''
}).sort((a, b) => {
const dateA = DateTime.fromISO(a.dateAdded)
const dateB = DateTime.fromISO(b.dateAdded)
return dateB - dateA
}),
// tags // tags
filterTags: (tags) => { filterTags: (tags) => {

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "13.2.11", "version": "13.3.0",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -503,7 +503,7 @@
}, },
{ {
"isbn": "9780062916310", "isbn": "9780062916310",
"dateFinished": "2024-04-21", "dateFinished": "2020-08-12",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -526,7 +526,7 @@
}, },
{ {
"isbn": "9781601429568", "isbn": "9781601429568",
"dateFinished": "2024-04-21", "dateFinished": "2020-07-22",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -549,7 +549,7 @@
}, },
{ {
"isbn": "1937557049", "isbn": "1937557049",
"dateFinished": "2024-04-21", "dateFinished": "2018-02-17",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -888,7 +888,7 @@
{ {
"isbn": "9780525656869", "isbn": "9780525656869",
"dateFinished": "2024-04-21", "dateFinished": "2024-04-21",
"status": "finished", "status": "want to read",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
"politics", "politics",
@ -8735,7 +8735,7 @@
}, },
{ {
"isbn": "9781429925051", "isbn": "9781429925051",
"dateFinished": "2024-04-20", "dateFinished": "2005-08",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -8745,7 +8745,7 @@
"authors": [ "authors": [
"Steven Gould" "Steven Gould"
], ],
"publishedDate": "2008-02-05", "publishedDate": "2005-08",
"description": "An original novel from Steven Gould, creator of the Jumper series, that tells the back story of Griffin O'Connor, a character created for the film of Jumper. What if you could jump? Go anywhere in the world in the blink of an eye? What would you do? Where would you go? What if you were only five years old? Griffin has a secret. It's a secret that he's sworn to his parents to keep, and never tell. Griffin is a Jumper: a person who can teleport to any place he has ever been. The first time was when he was five, and his parents crossed an ocean to protect the secret. The most important time was when he was nine. That was the day that the men came to his house and murdered his parents. Griffin knows that the men were looking for him, and he must never let them find him. Griffin grows up with only two goals: to survive, and to kill the people who want him dead. And a Jumper bent on revenge is not going to let anything stand in his way. Jumper is a major motion picture from 20th Century Fox/New Regency Productions, starring Hayden Christensen, Samuel L. Jackson, Diane Lane, and Jamie Bell. At the Publisher's request, this title is being sold without Digital Rights Management Software (DRM) applied.", "description": "An original novel from Steven Gould, creator of the Jumper series, that tells the back story of Griffin O'Connor, a character created for the film of Jumper. What if you could jump? Go anywhere in the world in the blink of an eye? What would you do? Where would you go? What if you were only five years old? Griffin has a secret. It's a secret that he's sworn to his parents to keep, and never tell. Griffin is a Jumper: a person who can teleport to any place he has ever been. The first time was when he was five, and his parents crossed an ocean to protect the secret. The most important time was when he was nine. That was the day that the men came to his house and murdered his parents. Griffin knows that the men were looking for him, and he must never let them find him. Griffin grows up with only two goals: to survive, and to kill the people who want him dead. And a Jumper bent on revenge is not going to let anything stand in his way. Jumper is a major motion picture from 20th Century Fox/New Regency Productions, starring Hayden Christensen, Samuel L. Jackson, Diane Lane, and Jamie Bell. At the Publisher's request, this title is being sold without Digital Rights Management Software (DRM) applied.",
"pageCount": 288, "pageCount": 288,
"printType": "BOOK", "printType": "BOOK",
@ -8758,7 +8758,7 @@
}, },
{ {
"isbn": "9780812578546", "isbn": "9780812578546",
"dateFinished": "2024-04-20", "dateFinished": "2005-08-01",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -8768,7 +8768,7 @@
"authors": [ "authors": [
"Steven Gould" "Steven Gould"
], ],
"publishedDate": "2005-08", "publishedDate": "2005-08-01",
"description": "Davy, who teleports for government cases, is taken captive by a mysterious group of people who brainwash him for their own purposes, forcing Davy's teleportation-capable wife, Millie, to rescue him.", "description": "Davy, who teleports for government cases, is taken captive by a mysterious group of people who brainwash him for their own purposes, forcing Davy's teleportation-capable wife, Millie, to rescue him.",
"pageCount": 388, "pageCount": 388,
"printType": "BOOK", "printType": "BOOK",
@ -8781,7 +8781,7 @@
}, },
{ {
"isbn": "9781429987547", "isbn": "9781429987547",
"dateFinished": "2024-04-20", "dateFinished": "2013-01-08",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -8804,7 +8804,7 @@
}, },
{ {
"isbn": "9780765357694", "isbn": "9780765357694",
"dateFinished": "2024-04-20", "dateFinished": "2008-02-05",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -8827,7 +8827,7 @@
}, },
{ {
"isbn": "9780385263481", "isbn": "9780385263481",
"dateFinished": "2024-04-20", "dateFinished": "2010-01-01",
"status": "finished", "status": "finished",
"rating": "⭐️⭐️⭐️⭐️⭐️", "rating": "⭐️⭐️⭐️⭐️⭐️",
"tags": [ "tags": [
@ -8850,7 +8850,7 @@
}, },
{ {
"isbn": "9780307781918", "isbn": "9780307781918",
"dateFinished": "2024-04-20", "dateFinished": "2011-01-05",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -8873,7 +8873,7 @@
}, },
{ {
"isbn": "9780307781895", "isbn": "9780307781895",
"dateFinished": "2024-04-20", "dateFinished": "2011-02-02",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -8896,7 +8896,7 @@
}, },
{ {
"isbn": "9780307781925", "isbn": "9780307781925",
"dateFinished": "2024-04-20", "dateFinished": "2011-01-12",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -8919,7 +8919,7 @@
}, },
{ {
"isbn": "9780380978939", "isbn": "9780380978939",
"dateFinished": "2024-04-20", "dateFinished": "2003-07-22",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -8942,7 +8942,7 @@
}, },
{ {
"isbn": "9780380978946", "isbn": "9780380978946",
"dateFinished": "2024-04-20", "dateFinished": "2005-06-28",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -8965,7 +8965,7 @@
}, },
{ {
"isbn": "9780316669078", "isbn": "9780316669078",
"dateFinished": "2024-04-20", "dateFinished": "2022-03-27",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -8988,7 +8988,7 @@
}, },
{ {
"isbn": "9781612199160", "isbn": "9781612199160",
"dateFinished": "2024-04-20", "dateFinished": "2022-08-24",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -9012,7 +9012,7 @@
}, },
{ {
"isbn": "9780300252989", "isbn": "9780300252989",
"dateFinished": "2024-04-20", "dateFinished": "2022-08-20",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -9035,33 +9035,9 @@
"language": "en", "language": "en",
"link": "https://play.google.com/store/books/details?id=CA7UDwAAQBAJ" "link": "https://play.google.com/store/books/details?id=CA7UDwAAQBAJ"
}, },
{
"isbn": "0593136381",
"dateFinished": "2024-04-20",
"status": "finished",
"rating": "unrated",
"tags": [
"climate",
"nonfiction"
],
"title": "Paradise",
"authors": [
"Lizzie Johnson"
],
"publishedDate": "2021",
"description": "The definitive firsthand account of California's Camp Fire-the nation's deadliest wildfire in a century-and a riveting examination of what went wrong and how to avert future tragedies as the climate crisis unfolds ... A cautionary tale for a new era of megafires, Paradise is the gripping story of a town wiped off the map and the determination of its people to rise again…",
"pageCount": 433,
"printType": "BOOK",
"categories": [
"Biography & Autobiography"
],
"thumbnail": "https://books.google.com/books/content?id=qSk5EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512",
"language": "en",
"link": "https://books.google.com/books/about/Paradise.html?hl=&id=qSk5EAAAQBAJ"
},
{ {
"isbn": "9781501134630", "isbn": "9781501134630",
"dateFinished": "2024-09-20", "dateFinished": "2022-09-20",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -10179,7 +10155,7 @@
}, },
{ {
"isbn": "9780593238738", "isbn": "9780593238738",
"dateFinished": "2024-04-18", "dateFinished": "2023-04-18",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -10202,32 +10178,9 @@
"language": "en", "language": "en",
"link": "https://books.google.com/books/about/It_s_OK_to_Be_Angry_About_Capitalism.html?hl=&id=Q4bmEAAAQBAJ" "link": "https://books.google.com/books/about/It_s_OK_to_Be_Angry_About_Capitalism.html?hl=&id=Q4bmEAAAQBAJ"
}, },
{
"isbn": "0307279278",
"dateFinished": "2024-04-21",
"status": "finished",
"rating": "unrated",
"tags": [
"nonfiction"
],
"title": "The Snakehead",
"authors": [
"Patrick Radden Keefe"
],
"publishedDate": "2010-07-27",
"description": "In this thrilling panorama of real-life events, the bestselling author of Empire of Pain investigates a secret world run by a surprising criminal: a charismatic middle-aged grandmother, who from a tiny noodle shop in New Yorks Chinatown managed a multi-million dollar business smuggling people. “Reads like a mashup of The Godfather and Chinatown, complete with gun battles, a ruthless kingpin and a mountain of cash. Except that its all true.” —Time Keefe reveals the inner workings of Sister Pings complex empire and recounts the decade-long FBI investigation that eventually brought her down. He follows an often incompetent and sometimes corrupt INS as it pursues desperate immigrants risking everything to come to America, and along the way, he paints a stunning portrait of a generation of illegal immigrants and the intricate underground economy that sustains and exploits them. Grand in scope yet propulsive in narrative force, The Snakehead is both a kaleidoscopic crime story and a brilliant exploration of the ironies of immigration in America.",
"pageCount": 434,
"printType": "BOOK",
"categories": [
"True Crime"
],
"thumbnail": "https://books.google.com/books/content?id=6LByqlMGrAEC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512",
"language": "en",
"link": "https://books.google.com/books/about/The_Snakehead.html?hl=&id=6LByqlMGrAEC"
},
{ {
"isbn": "9780999745465", "isbn": "9780999745465",
"dateFinished": "2024-04-21", "dateFinished": "2021-05-01",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -10251,7 +10204,7 @@
}, },
{ {
"isbn": "9780307463760", "isbn": "9780307463760",
"dateFinished": "2024-04-21", "dateFinished": "2021-03-21",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -10276,7 +10229,7 @@
}, },
{ {
"isbn": "9780385543798", "isbn": "9780385543798",
"dateFinished": "2024-04-21", "dateFinished": "2020-10-13",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [
@ -10300,7 +10253,7 @@
}, },
{ {
"isbn": "9781101980972", "isbn": "9781101980972",
"dateFinished": "2024-08-28", "dateFinished": "2021-08-28",
"status": "finished", "status": "finished",
"rating": "unrated", "rating": "unrated",
"tags": [ "tags": [

View file

@ -0,0 +1,7 @@
---
layout: default
---
<h2 class="page-header">{{ title }}</h2>
{{ content }}
{% assign bookData = books | bookStatus: 'finished' | bookFinishedYear: year %}
{% render "partials/now/media-grid.liquid", data:bookData, shape: "vertical", count: 200 %}

View file

@ -0,0 +1,8 @@
---
title: 2024 • Books
year: 2024
layout: book-year
permalink: "/books/years/2024.html"
---
<p>This is everything I've read in 2024 — continuing my trend of concentrating on science fiction, tech coverage, pop sci, autobiographies and coverage of musicians I appreciate.</p>
<hr class="large-spacing" />

View file

@ -4,10 +4,6 @@ layout: default
permalink: /blogroll.html permalink: /blogroll.html
description: 'These are awesome blogs that I enjoy and you may enjoy too.' description: 'These are awesome blogs that I enjoy and you may enjoy too.'
--- ---
{% capture css %}
{% render "../assets/styles/pages/blogroll.css" %}
{% endcapture %}
<style>{{ css }}</style>
<h2 class="page-header">{{ title }}</h2> <h2 class="page-header">{{ title }}</h2>
<p>You can <a onclick="clicky?.log('/blogroll','OPML download', 'download');" href="/blogroll.opml">download an OPML file</a> containing all of these feeds and import them into your RSS reader.</p> <p>You can <a onclick="clicky?.log('/blogroll','OPML download', 'download');" href="/blogroll.opml">download an OPML file</a> containing all of these feeds and import them into your RSS reader.</p>
<table> <table>

View file

@ -19,7 +19,11 @@ eleventyComputed:
{{ post.date | date: "%B %e, %Y" }} {{ post.date | date: "%B %e, %Y" }}
</time> </time>
</div> </div>
{% if author %}
<a href="{{ post.data.link }}">
{% else %}
<a href="{{ post.url }}"> <a href="{{ post.url }}">
{% endif %}
<h2 class="flex-centered">{{ post.data.title }}</h2> <h2 class="flex-centered">{{ post.data.title }}</h2>
</a> </a>
{% if author %}via {{ author }}{% endif %} {% if author %}via {{ author }}{% endif %}