diff --git a/assets/data/links.json b/assets/data/links.json index ec1b439..62e098d 100644 --- a/assets/data/links.json +++ b/assets/data/links.json @@ -3,19 +3,19 @@ { "name": "Interesting", "links": [ - { "title": "Example", "url": "https://example.com", "note": "optional description" } + { "title": "meow.camera", "url": "https://meow.camera/#4258783365322591678", "note": "Cat Cam Livestream" } ] }, { "name": "Tools", "links": [ - { "title": "Example", "url": "https://example.com" } + { "title": "Cover Your Tracks", "url": "https://coveryourtracks.eff.org/" } ] }, { - "name": "Reading", + "name": "Piracy", "links": [ - { "title": "Example", "url": "https://example.com" } + { "title": "Vimm's", "url": "https://vimm.net/" } ] } ] diff --git a/assets/data/log.json b/assets/data/log.json index 53d232f..c499708 100644 --- a/assets/data/log.json +++ b/assets/data/log.json @@ -1,12 +1,11 @@ { "entries": [ { - "title": "Entry title", + "title": "Post Valentines Day", "date": "2026-02-19", - "listening": "", - "watching": "", - "reading": "", - "working on": "", + "listening": "Last Train to London - Electric Light Orchestra", + "watching": "Men in Black 2", + "working on": "This site", "thinking": "" } ]