From b411b83cdfc5f036e81ec8b8e61dbbf492f4a603 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 14 Apr 2026 17:42:28 +0200 Subject: [PATCH] bookshelf: Add "Resilient Web Design" Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index d7b9f4f..ec44ffd 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -23,11 +23,6 @@ "isbn": 9781952616235, "author": "Jeremy Keith" }, - { - "title": "Resilient Web Design", - "isbn": null, - "author": "Jeremy Keith" - }, { "title": "The Intelligent Investor (NO)", "isbn": 9788271463823, @@ -52,6 +47,18 @@ "name": "Read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ + { + "title": "Resilient Web Design", + "isbn": null, + "author": "Jeremy Keith", + "date": { + "year": "2026", + "month": "04", + "day": "12", + "string": "2026-04-12" + }, + "rating": 3 + }, { "title": "The Network State", "isbn": null,