🚚 rename paths for logs "watched" and "books"
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
be1565be69
commit
ef3ff3ef31
6 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
import SectionContainer from '../../components/SectionContainer.astro';
|
||||
import biblioteca from '../../data/biblioteca.json'
|
||||
import biblioteca from '../../data/bookshelf.json'
|
||||
|
||||
let booksRead = [];
|
||||
let booksShelf = [];
|
|
@ -7,8 +7,8 @@ All my logs where I keep track of stuff I’ve watched, things I’ve read and m
|
|||
|
||||
I don’t use any third-party services for my logs, I store everything in a JSON-format for this website.
|
||||
|
||||
[📚 **Books**](/logs/books)
|
||||
[📚 **Bookshelf**](/logs/bookshelf)
|
||||
|
||||
[🧗 **MoonBoard**](/logs/moonboard)
|
||||
|
||||
[📺 **Watched**](/logs/watched)
|
||||
[📺 **Watchlist**](/logs/watchlist)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
import SectionContainer from '../../components/SectionContainer.astro';
|
||||
import tv from '../../data/watched.json'
|
||||
import tv from '../../data/watchlist.json'
|
||||
|
||||
let watched = [];
|
||||
let currently = [];
|
Loading…
Add table
Add a link
Reference in a new issue