Compare commits

...

2 commits

Author SHA1 Message Date
3c6b65e805
watchlist: Add "Scorpion S01" + update currently watching
Some checks failed
Deploy website / build-and-deploy (push) Has been cancelled
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2026-04-09 20:10:53 +02:00
a87a903a58
bookshelf: Add "The Network State"
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
2026-04-09 20:10:23 +02:00
2 changed files with 25 additions and 2 deletions

View file

@ -52,6 +52,18 @@
"name": "Read", "name": "Read",
"url": "https://kjelsrud.dev/logs/bookshelf/", "url": "https://kjelsrud.dev/logs/bookshelf/",
"books": [ "books": [
{
"title": "The Network State",
"isbn": null,
"author": "Balaji Srinivasan",
"date": {
"year": "2026",
"month": "04",
"day": "08",
"string": "2026-04-08"
},
"rating": 3
},
{ {
"title": "Cypherpunks: Freedom and the Future of the Internet", "title": "Cypherpunks: Freedom and the Future of the Internet",
"isbn": 9781939293015, "isbn": 9781939293015,

View file

@ -8,11 +8,11 @@
"url": "https://kjelsrud.dev/logs/watchlist/", "url": "https://kjelsrud.dev/logs/watchlist/",
"tv": [ "tv": [
{ {
"title": "ONE PIECE: Egghead Arc", "title": "ONE PIECE: Elbaph Arc",
"type": "anime" "type": "anime"
}, },
{ {
"title": "Scorpion S01", "title": "Scorpion S02",
"type": "series" "type": "series"
} }
] ]
@ -21,6 +21,17 @@
"name": "Watched", "name": "Watched",
"url": "https://kjelsrud.dev/logs/watchlist/", "url": "https://kjelsrud.dev/logs/watchlist/",
"tv": [ "tv": [
{
"title": "Scorpion S01",
"type": "series",
"date": {
"year": "2026",
"month": "04",
"day": "04",
"string": "2026-04-04"
},
"rating": 3
},
{ {
"title": "Thunderbolts*", "title": "Thunderbolts*",
"type": "movie", "type": "movie",