Compare commits

...

2 commits

Author SHA1 Message Date
2a80f81257
📚 Add "Black Box Thinking"
Some checks failed
Deploy website / build-and-deploy (push) Has been cancelled
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2025-05-10 12:51:50 +02:00
aa26cebfb9
🎬 Add "Allegiant"
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2025-05-10 12:50:13 +02:00
2 changed files with 25 additions and 6 deletions

View file

@ -6,12 +6,7 @@
{
"name": "Currently reading",
"url": "https://kjelsrud.dev/logs/bookshelf/",
"books":[
{
"title": "Black Box Thinking",
"isbn": 9781473613805,
"author": "Matthew Syed"
}
"books":[
]
},
{
@ -40,6 +35,19 @@
"url": "https://kjelsrud.dev/logs/bookshelf/",
"books":[
{
"title": "Black Box Thinking",
"isbn": 9781473613805,
"author": "Matthew Syed",
"date":
{
"year": "2025",
"month": "05",
"day": "09",
"string": "2025-05-09"
},
"rating": 3
},
{
"title": "Life, the Universe and Everything",
"isbn": 9781529034547,
"author": "Adams Douglas",

View file

@ -29,6 +29,17 @@
"name": "Watched",
"url": "https://kjelsrud.dev/logs/watchlist/",
"tv":[
{
"title": "Allegiant",
"type": "movie",
"date": {
"year": "2025",
"month": "05",
"day": "09",
"string": "2025-05-09"
},
"rating": 2
},
{
"title": "Bones S09",
"type": "series",