From 2176fa422818417c433d6032cc9229378ea63f1d Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sat, 20 Jan 2024 17:51:28 +0000 Subject: [PATCH] Add links to notes & bookmarks Also adds an explanation as to what bookmarks _is_. Swapped out the TODO.md format, but I'm not sure I prefer this one. --- config.toml | 22 ++++++++++++++++------ content/bookmarks/_index.md | 13 +++++++++++++ content/photos/_index.md | 2 +- content/reading-lists/_index.md | 4 ++++ todo.md | 29 ++++++++++++++++++++++------- 5 files changed, 56 insertions(+), 14 deletions(-) create mode 100644 content/bookmarks/_index.md diff --git a/config.toml b/config.toml index 70650b73..e119fb07 100644 --- a/config.toml +++ b/config.toml @@ -104,31 +104,41 @@ date = ["date", "publishDate", "lastmod", ":git"] name = "πŸ—“οΈ Calendar" url = "/calendar" weight = 3 + [[languages.en.menu.main]] + identifier = "bookmarks" + name = "πŸ”– Bookmarks" + url = "/bookmarks" + weight = 4 [[languages.en.menu.main]] identifier = "memex" name = "🧠 Memex" url = "/memex" - weight = 4 + weight = 5 [[languages.en.menu.main]] identifier = "photos" name = "πŸ“Έ Photos" url = "/photos" - weight = 5 + weight = 6 + [[languages.en.menu.main]] + identifier = "notes" + name = "πŸ’¬ Notes" + url = "/notes" + weight = 7 [[languages.en.menu.main]] identifier = "reading-lists" - name = "πŸ”– Reading lists" + name = "πŸ“š Reading lists" url = "/reading-lists" - weight = 6 + weight = 8 [[languages.en.menu.main]] identifier = "posts" name = "πŸ“” Posts" url = "/posts" - weight = 7 + weight = 9 [[languages.en.menu.main]] identifier = "now" name = "πŸ‘‡ Now" url = "/now" - weight = 8 + weight = 10 [sitemap] filename = 'sitemap.xml' diff --git a/content/bookmarks/_index.md b/content/bookmarks/_index.md new file mode 100644 index 00000000..029ad008 --- /dev/null +++ b/content/bookmarks/_index.md @@ -0,0 +1,13 @@ +--- +title: Bookmarks +emoji: πŸ”– +sitemap: + changefreq: daily + priority: 0.8 +--- + +These are things I've found around the web that I like & think others might enjoy reading or seeing. + +Most of these are imported articles I've highlighted & annotated in [Omnivore](https://omnivore.app) β€”Β which I'd thoroughly recommend as a reading tool! + +--- diff --git a/content/photos/_index.md b/content/photos/_index.md index 6dde0bd2..289b97c2 100644 --- a/content/photos/_index.md +++ b/content/photos/_index.md @@ -2,6 +2,6 @@ title: Photos emoji: πŸ“Έ sitemap: - changefreq: monthly + changefreq: daily priority: 0.8 --- diff --git a/content/reading-lists/_index.md b/content/reading-lists/_index.md index 999c0355..a2f24d0f 100644 --- a/content/reading-lists/_index.md +++ b/content/reading-lists/_index.md @@ -1,10 +1,14 @@ --- title: Reading lists +emoji: πŸ“š date: 2023-10-24 08:08:08 BST summary: The collection of RSS feeds I subscribe to, parcelled up so you can subscribe easily too. outputs: - html - opml +sitemap: + changefreq: monthly + priority: 0.3 --- A while ago I spotted a [fediverse post](https://social.masto.land/@dave/111273568591273761) from [Dave Winer](http://scripting.com/?tab=about) that talked about _reading lists_. diff --git a/todo.md b/todo.md index 2305c671..f4632b09 100644 --- a/todo.md +++ b/todo.md @@ -1,7 +1,22 @@ -Add single.html for Calendar {cm:2023-12-24} -Support repeating calendar events -Handle long lines {cm:2023-12-24} -Ensure ICS files have CRLF endings {cm:2023-12-22} -Add microformats {cm:2023-12-24} -Add lat & long to h-event p-location {cm:2023-12-24} -Debug why h-event doesn't seem to be showing {cm:2023-12-24} \ No newline at end of file +# byJP blog + +Things I might work on within my personal blog's software. + +### Ideas + +- [ ] Complete Twitter import + - [ ] Figure out missing multi-photo tweets (eg. 1031265304675053568) + - [ ] Remove reply tweets with no parent (the one to mhudack is a good example) + - [ ] Fix hashtags with poor accessibility multiwordhashtags + - [ ] Fix goodreads links (point to blog) + - [ ] Fix instagram links (point to blog) +- [ ] Import from Omnivore daily +- [ ] Facebook import? + +### Working + + +### Done βœ“ + +- [x] Add Links to Bookmarks & Notes +