Compare commits
2 commits
ba28d841f9
...
2a80f81257
Author | SHA1 | Date | |
---|---|---|---|
2a80f81257 | |||
aa26cebfb9 |
2 changed files with 25 additions and 6 deletions
|
@ -7,11 +7,6 @@
|
||||||
"name": "Currently reading",
|
"name": "Currently reading",
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books":[
|
"books":[
|
||||||
{
|
|
||||||
"title": "Black Box Thinking",
|
|
||||||
"isbn": 9781473613805,
|
|
||||||
"author": "Matthew Syed"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -39,6 +34,19 @@
|
||||||
"name": "Read",
|
"name": "Read",
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books":[
|
"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",
|
"title": "Life, the Universe and Everything",
|
||||||
"isbn": 9781529034547,
|
"isbn": 9781529034547,
|
||||||
|
|
|
@ -29,6 +29,17 @@
|
||||||
"name": "Watched",
|
"name": "Watched",
|
||||||
"url": "https://kjelsrud.dev/logs/watchlist/",
|
"url": "https://kjelsrud.dev/logs/watchlist/",
|
||||||
"tv":[
|
"tv":[
|
||||||
|
{
|
||||||
|
"title": "Allegiant",
|
||||||
|
"type": "movie",
|
||||||
|
"date": {
|
||||||
|
"year": "2025",
|
||||||
|
"month": "05",
|
||||||
|
"day": "09",
|
||||||
|
"string": "2025-05-09"
|
||||||
|
},
|
||||||
|
"rating": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Bones S09",
|
"title": "Bones S09",
|
||||||
"type": "series",
|
"type": "series",
|
||||||
|
|
Loading…
Add table
Reference in a new issue