Compare commits
3 commits
d3cae3db5d
...
e4b7f7631b
Author | SHA1 | Date | |
---|---|---|---|
e4b7f7631b | |||
f667301865 | |||
ec78a78f77 |
2 changed files with 33 additions and 14 deletions
|
@ -6,7 +6,13 @@
|
||||||
{
|
{
|
||||||
"name": "Currently reading",
|
"name": "Currently reading",
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books": []
|
"books": [
|
||||||
|
{
|
||||||
|
"title": "Mostly Harmless",
|
||||||
|
"isbn": 9781529034561,
|
||||||
|
"author": "Adams Douglas"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "On the shelf",
|
"name": "On the shelf",
|
||||||
|
@ -16,23 +22,25 @@
|
||||||
"title": "The Intelligent Investor (NO)",
|
"title": "The Intelligent Investor (NO)",
|
||||||
"isbn": 9788271463823,
|
"isbn": 9788271463823,
|
||||||
"author": "Benjamin Graham"
|
"author": "Benjamin Graham"
|
||||||
},
|
}
|
||||||
{
|
|
||||||
"title": "So Long, and Thanks for All the Fish",
|
|
||||||
"isbn": 9781529034554,
|
|
||||||
"author": "Adams Douglas"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Mostly Harmless",
|
|
||||||
"isbn": 9781529034561,
|
|
||||||
"author": "Adams Douglas"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Read",
|
"name": "Read",
|
||||||
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
"url": "https://kjelsrud.dev/logs/bookshelf/",
|
||||||
"books": [
|
"books": [
|
||||||
|
{
|
||||||
|
"title": "So Long, and Thanks for All the Fish",
|
||||||
|
"isbn": 9781529034554,
|
||||||
|
"author": "Adams Douglas",
|
||||||
|
"date": {
|
||||||
|
"year": "2025",
|
||||||
|
"month": "05",
|
||||||
|
"day": "26",
|
||||||
|
"string": "2025-05-26"
|
||||||
|
},
|
||||||
|
"rating": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Black Box Thinking",
|
"title": "Black Box Thinking",
|
||||||
"isbn": 9781473613805,
|
"isbn": 9781473613805,
|
||||||
|
@ -1020,4 +1028,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"type": "anime"
|
"type": "anime"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Bones S10",
|
"title": "Bones S11",
|
||||||
"type": "series"
|
"type": "series"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -25,6 +25,17 @@
|
||||||
"name": "Watched",
|
"name": "Watched",
|
||||||
"url": "https://kjelsrud.dev/logs/watchlist/",
|
"url": "https://kjelsrud.dev/logs/watchlist/",
|
||||||
"tv": [
|
"tv": [
|
||||||
|
{
|
||||||
|
"title": "Bones S10",
|
||||||
|
"type": "series",
|
||||||
|
"date": {
|
||||||
|
"year": "2025",
|
||||||
|
"month": "05",
|
||||||
|
"day": "27",
|
||||||
|
"string": "2025-05-27"
|
||||||
|
},
|
||||||
|
"rating": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Star Wars Rebels S04",
|
"title": "Star Wars Rebels S04",
|
||||||
"type": "series",
|
"type": "series",
|
||||||
|
|
Loading…
Add table
Reference in a new issue