From a87a903a58cac1487e7c47b11b1fa3736c38547e Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 9 Apr 2026 20:10:23 +0200 Subject: [PATCH 1/2] bookshelf: Add "The Network State" Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index 2ab8ed5..d7b9f4f 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -52,6 +52,18 @@ "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ + { + "title": "The Network State", + "isbn": null, + "author": "Balaji Srinivasan", + "date": { + "year": "2026", + "month": "04", + "day": "08", + "string": "2026-04-08" + }, + "rating": 3 + }, { "title": "Cypherpunks: Freedom and the Future of the Internet", "isbn": 9781939293015, From 3c6b65e805a67435eee5e0966cdb20f55e36ab43 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 9 Apr 2026 20:10:53 +0200 Subject: [PATCH 2/2] watchlist: Add "Scorpion S01" + update currently watching Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index a7d80c5..e2cda3b 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -8,11 +8,11 @@ "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ { - "title": "ONE PIECE: Egghead Arc", + "title": "ONE PIECE: Elbaph Arc", "type": "anime" }, { - "title": "Scorpion S01", + "title": "Scorpion S02", "type": "series" } ] @@ -21,6 +21,17 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "Scorpion S01", + "type": "series", + "date": { + "year": "2026", + "month": "04", + "day": "04", + "string": "2026-04-04" + }, + "rating": 3 + }, { "title": "Thunderbolts*", "type": "movie",