diff options
author | breadcat | 2025-01-15 13:52:45 +0000 |
---|---|---|
committer | breadcat | 2025-01-15 13:52:45 +0000 |
commit | b10678e796bdfd76236dbf6ff0e61c062cf4cbcd (patch) | |
tree | 7a85eafc1ceb11a41f657d2e2bbdf9d6362567f1 | |
parent | d2f7b1f30e888d833f11fb833ff0f76a66e21c2c (diff) | |
download | blog.minskio.co.uk-b10678e796bdfd76236dbf6ff0e61c062cf4cbcd.tar.gz blog.minskio.co.uk-b10678e796bdfd76236dbf6ff0e61c062cf4cbcd.tar.bz2 blog.minskio.co.uk-b10678e796bdfd76236dbf6ff0e61c062cf4cbcd.zip |
Update reading list
-rw-r--r-- | content/reading-list.md | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/content/reading-list.md b/content/reading-list.md index 16da4f4..f8c197f 100644 --- a/content/reading-list.md +++ b/content/reading-list.md @@ -1,21 +1,27 @@ --- title: Reading List layout: single -lastmod: 2024-12-22T16:38:00 +lastmod: 2025-01-15T13:39:00 --- I generally strive for a book per week, but this is by no means a steadfast goal. For a list of series and their status, check [the bottom of this page](#book-series). <details><summary>Works in Progress</summary> <ul> -<li>Stephen R Donaldson - This Day All Gods Die</li> +<li>Stephen King - The Body</li> </ul> </details> To keep the page somewhat manageable, I've collapsed the lists by years: -<div id="2024-container"><ul id="2024-list"> +<div id="current-container"><ul id="current-list"> +<li>Stephen R Donaldson - This Day All Gods Die</li> +<li>Stephen King - The Breathing Method</li> +</ul></div><script>var ulElement=document.getElementById("current-list"),liElements=ulElement.getElementsByTagName("li"),count=liElements.length,detailsElement=document.createElement("details"),summaryElement=document.createElement("summary");summaryElement.textContent="2025 ("+count+")",detailsElement.appendChild(summaryElement),detailsElement.appendChild(ulElement);var listContainer=document.getElementById("current-container");listContainer.appendChild(detailsElement);</script> + +<details><summary>2024 <span>51</span></summary> +<ul> <li>Guillermo del Toro & Chuck Hogan - The Night Eternal</li> <li>AT Greenblatt - Waystation City</li> <li>Norman Boutin - Empress Theresa</li> @@ -65,7 +71,10 @@ To keep the page somewhat manageable, I've collapsed the lists by years: <li>Peter Brown - The Wild Robot Protects</li> <li>Jason Pargin - I'm Starting to Worry About This Black Box of Doom</li> <li>Stephen R Donaldson - Chaos and Order</li> -</ul></div><script>var ulElement=document.getElementById("2024-list"),liElements=ulElement.getElementsByTagName("li"),count=liElements.length,detailsElement=document.createElement("details"),summaryElement=document.createElement("summary");summaryElement.textContent="2024 ("+count+")",detailsElement.appendChild(summaryElement),detailsElement.appendChild(ulElement);var listContainer=document.getElementById("2024-container");listContainer.appendChild(detailsElement);</script> +<li>Simone Heller - Forever the Forest</li> +<li>AP Hawkins - Once Abandoned</li> +</ul> +</details> <details><summary>2023 <span>51</span></summary> <ul> @@ -605,7 +614,6 @@ To keep the page somewhat manageable, I've collapsed the lists by years: <li>Monica Hughes - Arc One - 1/2</li> <li>Neal Shusterman - The Unwind dystology - 1/6</li> <li>Orson Scott Card - Ender saga - 2/6</li> -<li>Stephen R Donaldson - The Gap Cycle - 4/5</li> <li>Suzanne Collins - The Hunger Games - 3/4</li> <li><a href="/sf-masterworks-progress/">Various - SF Masterworks</a> - 64/73</li> </ul> @@ -644,6 +652,7 @@ To keep the page somewhat manageable, I've collapsed the lists by years: <li>Philip Reeve - Mortal Engines Quartet - 4/4</li> <li>Stephen King - Bill Hodges Trilogy - 3/3</li> <li>Stephen King - The Shining - 2/2</li> +<li>Stephen R Donaldson - The Gap Cycle - 4/5</li> <li>Tade Thompson - The Wormwood Trilogy - 3/3</li> <li>Terry Pratchett - Discworld - 41/41</li> <li>V E Schwab - Villains - 2/2</li> |