mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-24 03:23:14 +01:00
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.
This commit is contained in:
parent
968a44ee60
commit
2176fa4228
5 changed files with 56 additions and 14 deletions
22
config.toml
22
config.toml
|
@ -104,31 +104,41 @@ date = ["date", "publishDate", "lastmod", ":git"]
|
||||||
name = "🗓️ Calendar"
|
name = "🗓️ Calendar"
|
||||||
url = "/calendar"
|
url = "/calendar"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "bookmarks"
|
||||||
|
name = "🔖 Bookmarks"
|
||||||
|
url = "/bookmarks"
|
||||||
|
weight = 4
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "memex"
|
identifier = "memex"
|
||||||
name = "🧠 Memex"
|
name = "🧠 Memex"
|
||||||
url = "/memex"
|
url = "/memex"
|
||||||
weight = 4
|
weight = 5
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "photos"
|
identifier = "photos"
|
||||||
name = "📸 Photos"
|
name = "📸 Photos"
|
||||||
url = "/photos"
|
url = "/photos"
|
||||||
weight = 5
|
weight = 6
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "notes"
|
||||||
|
name = "💬 Notes"
|
||||||
|
url = "/notes"
|
||||||
|
weight = 7
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "reading-lists"
|
identifier = "reading-lists"
|
||||||
name = "🔖 Reading lists"
|
name = "📚 Reading lists"
|
||||||
url = "/reading-lists"
|
url = "/reading-lists"
|
||||||
weight = 6
|
weight = 8
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "posts"
|
identifier = "posts"
|
||||||
name = "📔 Posts"
|
name = "📔 Posts"
|
||||||
url = "/posts"
|
url = "/posts"
|
||||||
weight = 7
|
weight = 9
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "now"
|
identifier = "now"
|
||||||
name = "👇 Now"
|
name = "👇 Now"
|
||||||
url = "/now"
|
url = "/now"
|
||||||
weight = 8
|
weight = 10
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
filename = 'sitemap.xml'
|
filename = 'sitemap.xml'
|
||||||
|
|
13
content/bookmarks/_index.md
Normal file
13
content/bookmarks/_index.md
Normal file
|
@ -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!
|
||||||
|
|
||||||
|
---
|
|
@ -2,6 +2,6 @@
|
||||||
title: Photos
|
title: Photos
|
||||||
emoji: 📸
|
emoji: 📸
|
||||||
sitemap:
|
sitemap:
|
||||||
changefreq: monthly
|
changefreq: daily
|
||||||
priority: 0.8
|
priority: 0.8
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
---
|
---
|
||||||
title: Reading lists
|
title: Reading lists
|
||||||
|
emoji: 📚
|
||||||
date: 2023-10-24 08:08:08 BST
|
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.
|
summary: The collection of RSS feeds I subscribe to, parcelled up so you can subscribe easily too.
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
- opml
|
- 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_.
|
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_.
|
||||||
|
|
29
todo.md
29
todo.md
|
@ -1,7 +1,22 @@
|
||||||
Add single.html for Calendar {cm:2023-12-24}
|
# byJP blog
|
||||||
Support repeating calendar events
|
|
||||||
Handle long lines {cm:2023-12-24}
|
Things I might work on within my personal blog's software.
|
||||||
Ensure ICS files have CRLF endings {cm:2023-12-22}
|
|
||||||
Add microformats {cm:2023-12-24}
|
### Ideas
|
||||||
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}
|
- [ ] 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue