From f667301865eb4ed89c6d37f6f368bd5275130ce8 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 28 May 2025 07:26:18 +0200 Subject: [PATCH] :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" - } + } ] }, {