mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-23 23:13:13 +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"
|
||||
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'
|
||||
|
|
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
|
||||
emoji: 📸
|
||||
sitemap:
|
||||
changefreq: monthly
|
||||
changefreq: daily
|
||||
priority: 0.8
|
||||
---
|
||||
|
|
|
@ -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_.
|
||||
|
|
29
todo.md
29
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}
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue