From ec78a78f7719895ac3a772ec7c161b24d6f5e05b Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 28 May 2025 07:25:11 +0200 Subject: [PATCH 1/3] :books: Add "So Long, and Thanks for All the Fish" Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index c97ee25..d508833 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -16,12 +16,7 @@ "title": "The Intelligent Investor (NO)", "isbn": 9788271463823, "author": "Benjamin Graham" - }, - { - "title": "So Long, and Thanks for All the Fish", - "isbn": 9781529034554, - "author": "Adams Douglas" - }, + }, { "title": "Mostly Harmless", "isbn": 9781529034561, @@ -33,6 +28,18 @@ "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ + { + "title": "So Long, and Thanks for All the Fish", + "isbn": 9781529034554, + "author": "Adams Douglas", + "date": { + "year": "2025", + "month": "05", + "day": "26", + "string": "2025-05-26" + }, + "rating": 3 + }, { "title": "Black Box Thinking", "isbn": 9781473613805, @@ -1020,4 +1027,4 @@ ] } ] -} \ No newline at end of file +} From f667301865eb4ed89c6d37f6f368bd5275130ce8 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 28 May 2025 07:26:18 +0200 Subject: [PATCH 2/3] :books: Update on the nightstand Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index d508833..458d634 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -6,7 +6,13 @@ { "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", - "books": [] + "books": [ + { + "title": "Mostly Harmless", + "isbn": 9781529034561, + "author": "Adams Douglas" + } + ] }, { "name": "On the shelf", @@ -16,12 +22,7 @@ "title": "The Intelligent Investor (NO)", "isbn": 9788271463823, "author": "Benjamin Graham" - }, - { - "title": "Mostly Harmless", - "isbn": 9781529034561, - "author": "Adams Douglas" - } + } ] }, { From e4b7f7631ba177d6c84b5576c75dae0acef661a7 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 28 May 2025 07:27:22 +0200 Subject: [PATCH 3/3] :clapper: Add "Bones S10" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 2919aed..0087463 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -12,7 +12,7 @@ "type": "anime" }, { - "title": "Bones S10", + "title": "Bones S11", "type": "series" }, { @@ -25,6 +25,17 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "Bones S10", + "type": "series", + "date": { + "year": "2025", + "month": "05", + "day": "27", + "string": "2025-05-27" + }, + "rating": 3 + }, { "title": "Star Wars Rebels S04", "type": "series",