chore: books for 2022, 2021

This commit is contained in:
Cory Dransfeldt 2024-05-02 16:40:19 -07:00
parent 719bcb344f
commit c3a2728bfd
No known key found for this signature in database
5 changed files with 17 additions and 3 deletions

View file

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

View file

@ -7,7 +7,7 @@ permalink: "/books/index.html"
<h2 class="page-header">Currently reading</h2>
{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-books", text: "Subscribe to my books feed or follow along on this page" %}
<p>Here's what I'm reading at the moment. <a href="/books/want-to-read/">You can also take a look at what I'm planning to read (eventually).</a></p>
<p><a href="/books/years/2024">2024</a><a href="/books/years/2023">2023</a></p>
<p><a href="/books/years/2024">2024</a><a href="/books/years/2023">2023</a><a href="/books/years/2022">2022</a><a href="/books/years/2021">2021</a></p>
<hr class="large-spacing" />
{% for book in bookData %}
{% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %}

View file

@ -0,0 +1,7 @@
---
title: 2021 • Books
year: 2021
layout: book-year
permalink: "/books/years/2021.html"
---
<p>This is everything I read in 2021. My favorites were: <em>This Is How They Tell Me The World Ends</em>, <em>Sandworm</em>, <em>Empire of Pain</em>, <em>Say Nothing</em>, <em>Sigh, Gone</em> and <em>Leviathan Falls</em>.</p>

View file

@ -0,0 +1,7 @@
---
title: 2022 • Books
year: 2022
layout: book-year
permalink: "/books/years/2022.html"
---
<p>This is everything I read in 2022. My favorites were: <em>Sellout</em>, <em>The Sins of Our Fathers</em>, <em>Drive</em>, <em>Adnan's Story</em> and <em>The Lazarus Heist</em>.</p>

View file

@ -4,4 +4,4 @@ year: 2023
layout: book-year
permalink: "/books/years/2023.html"
---
<p>This is everything I've read in 2023. My favorites were: <em>Stay True</em>, <em>Where Are Your Boys Tonight?</em>, <em>Trouble Boys</em>, <em>Tracers in the Dark</em> and <em>Girl in a Band</em>.</p>
<p>This is everything I read in 2023. My favorites were: <em>Stay True</em>, <em>Where Are Your Boys Tonight?</em>, <em>Trouble Boys</em>, <em>Tracers in the Dark</em> and <em>Girl in a Band</em>.</p>