diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index 3cd011f..3981469 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -962,6 +962,10 @@ "name": "Want to read", "url": "https://kjelsrud.dev/logs/bookshelf/", "books": [ + { + "title": "Privacy Is Power", + "author": "Carissa Veliz" + }, { "title": "Mood Machine", "author": "Liz Pelly" diff --git a/src/data/quotes.json b/src/data/quotes.json index b066f79..32b39f5 100644 --- a/src/data/quotes.json +++ b/src/data/quotes.json @@ -1,4 +1,8 @@ [ + { + "quote": "The world would be a happier, more peaceful place if we all tried to understand instead of judging, paused before reacting, and gave each other the benefit of the doubt instead of assuming the worst.", + "author": "Lori Deschene" + }, { "quote": "What we obtain too cheaply we esteem too lightly", "author": "Thomas Pain"