From a01f0c15bb47849120852ddc9bac475ab877774c Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 31 Dec 2024 12:55:23 +0100 Subject: [PATCH 1/2] =?UTF-8?q?:books:=20Add=20"F=C3=A5=20ting=20gjort!=20?= =?UTF-8?q?-=20velsmurt=20hverdag=20uten=20stress"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index 380cb61..cd4910f 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -7,11 +7,6 @@ "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ - { - "title": "Få ting gjort! - velsmurt hverdag uten stress", - "isbn": 9788280877741, - "author": "David Allen" - } ] }, { @@ -34,6 +29,19 @@ "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ + { + "title": "Få ting gjort! - velsmurt hverdag uten stress", + "isbn": 9788280877741, + "author": "David Allen", + "date": + { + "year": "2024", + "month": "12", + "day": "31", + "string": "2024-12-31" + }, + "rating": 4 + }, { "title": "The Fine Art of Small Talk", "isbn": 1401302262, From e15aeb5d5d9bf4ca2eba50232d882fc05633d277 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 31 Dec 2024 13:00:15 +0100 Subject: [PATCH 2/2] :books: Update nightstand & bookshelf Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index cd4910f..3bcc0b0 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -6,7 +6,12 @@ { "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", - "books":[ + "books":[ + { + "title": "Star Wars: The Tales of Kenobi", + "isbn": 9780525617754, + "author": "Alan Dean Foster, John Jackson Miller" + } ] }, { @@ -19,9 +24,19 @@ "author": "Benjamin Graham" }, { - "title": "Star Wars: The Tales of Kenobi", - "isbn": 9780525617754, - "author": "Alan Dean Foster, John Jackson Miller" + "title": "What I Talk about When I Talk about Running", + "isbn": 9780099526155, + "author": "Haruki Murakami" + }, + { + "title": "Ikigai: The Japanese secret to a long and happy life", + "isbn": 9781786330895, + "author": " Héctor García, Francesc Miralles" + }, + { + "title": "The Happiest Man on Earth", + "isbn": 9781529066364, + "author": "Eddie Jaku" } ] },