From c302470fbc8d452437105fd16e815562e56e7ff9 Mon Sep 17 00:00:00 2001 From: sistav Date: Thu, 19 Feb 2026 10:52:17 -0500 Subject: [PATCH] updated links and logs --- assets/data/links.json | 8 ++++---- assets/data/log.json | 9 ++++----- 2 files changed, 8 insertions(+), 9 deletions(-) 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": "" } ]