Compare commits
3 commits
bfeeb906ff
...
c394cb6fa7
Author | SHA1 | Date | |
---|---|---|---|
c394cb6fa7 | |||
2bf819bbbb | |||
8767c1f1b7 |
2 changed files with 31 additions and 6 deletions
|
@ -8,9 +8,9 @@
|
|||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||
"books":[
|
||||
{
|
||||
"title": "Life, the Universe and Everything",
|
||||
"isbn": 9781529034547,
|
||||
"author": "Adams Douglas"
|
||||
"title": "Black Box Thinking",
|
||||
"isbn": 9781473613805,
|
||||
"author": "Matthew Syed"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -40,6 +40,19 @@
|
|||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||
"books":[
|
||||
{
|
||||
"title": "Life, the Universe and Everything",
|
||||
"isbn": 9781529034547,
|
||||
"author": "Adams Douglas",
|
||||
"date":
|
||||
{
|
||||
"year": "2025",
|
||||
"month": "04",
|
||||
"day": "21",
|
||||
"string": "2025-04-21"
|
||||
},
|
||||
"rating": 3
|
||||
},
|
||||
{
|
||||
"title": "Zucked: Waking Up to the Facebook Catastrophe",
|
||||
"isbn": 9780008319014,
|
||||
"author": "Roger McNamee",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"type": "series"
|
||||
},
|
||||
{
|
||||
"title": "Star Wars Rebels S03",
|
||||
"title": "Star Wars Rebels S04",
|
||||
"type": "series"
|
||||
}
|
||||
]
|
||||
|
@ -30,6 +30,18 @@
|
|||
"url": "https://kjelsrud.dev/logs/watchlist/",
|
||||
"tv":[
|
||||
{
|
||||
"title": "Star Wars Rebels S03",
|
||||
"type": "series",
|
||||
"date":
|
||||
{
|
||||
"year": "2025",
|
||||
"month": "04",
|
||||
"day": "21",
|
||||
"string": "2025-04-21"
|
||||
},
|
||||
"rating": 4
|
||||
},
|
||||
{
|
||||
"title": "Star Wars Rebels S02",
|
||||
"type": "series",
|
||||
"date":
|
||||
|
|
Loading…
Add table
Reference in a new issue