diff --git a/_config.yml b/_config.yml
--- a/_config.yml
+++ b/_config.yml
@@ -83,6 +83,6 @@ section: note
- scope:
path: "_journals/*"
values:
- layout: "note"
+ layout: "journal"
section: journal
diff --git a/_includes/head.html b/_includes/head.html
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -7,6 +7,7 @@
+
{% comment %}{% endcomment %}
diff --git a/_journals/2024-01-02_1434.md b/_journals/2024-01-02_1434.md
--- a/_journals/2024-01-02_1434.md
+++ b/_journals/2024-01-02_1434.md
@@ -2,6 +2,7 @@ ---
date: 2024-01-02T14:34:53
section: journal
title: "202401031434"
-tags:
+tags:
+link: https://merki.ca/blog/what-is-a-wildcard-person
---
I point people at Robert Merki’s [[Wildcard]] definition often enough I should have an entry here.
\ No newline at end of file
diff --git a/_journals/2024-01-02_1435.md b/_journals/2024-01-02_1435.md
--- a/_journals/2024-01-02_1435.md
+++ b/_journals/2024-01-02_1435.md
@@ -2,5 +2,8 @@ ---
date: 2024-01-02T14:35:45
section: journal
title: "202401021435"
+link: https://libra.re
+tags:
+ - ebook
---
I seem to keep having trouble finding [[Boris Anthony]]’s [[libra.re]] web eBook project. Now I have it.
\ No newline at end of file
diff --git a/_journals/2024-01-03_2240.md b/_journals/2024-01-03_2240.md
--- a/_journals/2024-01-03_2240.md
+++ b/_journals/2024-01-03_2240.md
@@ -8,4 +8,4 @@ One more journal post! [[Micro.blog]] lets you add multiple feeds, and you can set custom cross posting for each feed.
This means I have connected the [[Journal]] feed up to my [@boris@toolsforthought.social](https://toolsforthought.social/@boris) account.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/_journals/2024-01-04_1257.md b/_journals/2024-01-04_1257.md
--- a/_journals/2024-01-04_1257.md
+++ b/_journals/2024-01-04_1257.md
@@ -7,6 +7,7 @@ tags:
- RSS
- Mastodon
via: https://nicolas-hoizey.com/links/2024/01/04/rss-parrot-turn-mastodon-into-your-feed-reader/
+link: https://rss-parrot.net/
---
Trimming NetNewsWire RSS subscriptions and ironically found [RSS Parrot](https://rss-parrot.net/) - “Turn Mastodon into your feed reader”.
diff --git a/_journals/2024-01-04_1327.md b/_journals/2024-01-04_1327.md
--- a/_journals/2024-01-04_1327.md
+++ b/_journals/2024-01-04_1327.md
@@ -5,6 +5,7 @@ section: journal
aliases:
tags:
- product
+link: https://longform.asmartbear.com/slc/
---
Building SLCs - Simple, Lovable, Complete - features, rather than MVPs. Pronounced “Slick”.
diff --git a/_journals/2024-01-04_2301.md b/_journals/2024-01-04_2301.md
new file mode 100644
--- /dev/null
+++ b/_journals/2024-01-04_2301.md
@@ -0,0 +1,27 @@
+---
+title: January 4th, 2024
+date: 2024-01-04, 23:01:46 -08:00
+section: journal
+aliases:
+tags:
+ - colophon
+ - IPFS
+---
+Added the journal feed in the link header of all pages so it can be auto-discovered.
+
+Pleasantly surprised to be digging into the [[IPFS]] `_redirects` [spec](https://specs.ipfs.tech/ipips/ipip-0002/). I guess I can just point to my old archive! `/archive/* https://2023.bmannconsulting.com/archive/* 301`
+
+Made a [[BMC]] page where some TO DO stuff will live.
+
+How many times have I ended up using this [Jekyll JSON Feed Template](https://github.com/georgemandis/jekyll-json-feeds)? Many times! The special treatment for link front matter has me thinking.
+
+Decided to not mess with feed format right now. It's working, let's use it for a bit, and see how various things look once they cross-post through Micro.blog to Mastodon. Where it's actually putting content on my under-used [@boris@toolsforthought.social](https://toolsforthought.social/@boris) account.
+
+Added a Journal layout template.
+* Removed LogSeq note site links
+* Added tag display from blog posts layout, which links to `/notes/tag` (but can't tell if it exists or not, so might 404)
+* Added [[via]] link to the sidebar
+* Used Link as the title if it exists
+
+And I guess this will be a test of what large journal cross-posts do!
+
diff --git a/_layouts/journal.html b/_layouts/journal.html
new file mode 100644
--- /dev/null
+++ b/_layouts/journal.html
@@ -0,0 +1,46 @@
+---
+layout: default
+---
+
+
+
+
diff --git a/_notes/BMC.md b/_notes/BMC.md
new file mode 100644
--- /dev/null
+++ b/_notes/BMC.md
@@ -0,0 +1,18 @@
+---
+---
+BMC is short for B. Mann Consulting aka this root domain and related subdomains that are my websites. It's also my short hand for things related to tinkering with this site.
+
+Yes, I registered it in late 2000 and could have picked a way more interesting web address. I'll pick a better one next time.
+
+## To Do
+
+- [ ] Journal feed modification to truncate and include link back to journal post. Will Microblog respect 500 characters?
+ - Maybe not? I think things are coming through OK
+ - I should consider linking back to the actual journal entry. Hmm, or maybe appending a hashtag like `BMCJournal` for context
+- [ ] Update front page to have recent journal entries.
+- [ ] Display “via” frontmatter [[via]]
+- [ ] Turn off linking out to notes
+- [ ] Tags? Something like “if tag same as Note, then link” or “on Note, list all pages with same tag”. Even with a “blank” [[Wiki]] page, you get all the notes tagged with wiki displaying.
+- [ ] Test run of re-importing LogSeq
+- [ ] Make a [[Colophon]] feed by looking at Journal entries tagged with `colophon`
+- [ ] Add a style for `
` that have Obsidian `task-list-marker` class
\ No newline at end of file
diff --git a/_notes/Colophon.md b/_notes/Colophon.md
--- a/_notes/Colophon.md
+++ b/_notes/Colophon.md
@@ -1,4 +1,6 @@
---
+tags:
+ - BMC
---
## January 2024
@@ -7,18 +9,13 @@ Removed blog posts going back to 2012 and pre-2012 archive. They are available via a snapshot at [2023.bmannconsulting.com](https://2023.bmannconsulting.com).
Published via [[Fission]] Github Action, and then grabbed the [[IPFS]] hash `bafybeidfdwz5tak24oukds2hrf3xahl5rp5by4a6idwv2ucsmo6uaafgoa` and used [[Cloudflare]] IPFS Gateway to keep it around.
-Using [[Obsidan]] to edit on desktop and mobile, including Daily Journals.
+Using [[Obsidian]] to edit on desktop and mobile, including Daily Journals.
Added in a [[Journal]] section and a journal post type.
Made a journal feed linked at [[feeds]]. The journal feed uses Micro.blog to cross post to Mastodon.
-- [ ] Journal feed modification to truncate and include link back to journal post. Will Microblog respect 500 characters?
-- [ ] Update front page to have recent journal entries.
-- [ ] Display “via” frontmatter [[via]]
-- [ ] Turn off linking out to notes
-- [ ] Tags? Something like “if tag same as Note, then link” or “on Note, list all pages with same tag”. Even with a “blank” [[Wiki]] page, you get all the notes tagged with wiki displaying.
-- [ ] Test run of re-importing LogSeq
+To Do: [[BMC]]
## July 2023
diff --git a/_notes/RSS to ActivityPub Converter.md b/_notes/RSS to ActivityPub Converter.md
--- a/_notes/RSS to ActivityPub Converter.md
+++ b/_notes/RSS to ActivityPub Converter.md
@@ -1,3 +1,6 @@
+---
+---
+
Github:
> This is a server that lets users convert any RSS feed to an ActivityPub actor that can be followed by users on ActivityPub-compliant social networks like Mastodon.
diff --git a/_notes/Wildcard.md b/_notes/Wildcard.md
--- a/_notes/Wildcard.md
+++ b/_notes/Wildcard.md
@@ -1,4 +1,5 @@
---
+link: https://merki.ca/blog/what-is-a-wildcard-person
---
Robert Merki does a great job of defining a Wildcard person:
diff --git a/_notes/libra.re.md b/_notes/libra.re.md
--- a/_notes/libra.re.md
+++ b/_notes/libra.re.md
@@ -1,6 +1,7 @@
---
tags:
- ebook
+link: https://libra.re
---
diff --git a/_notes/via.md b/_notes/via.md
--- a/_notes/via.md
+++ b/_notes/via.md
@@ -4,4 +4,6 @@ - BMC
---
Often when sharing a link to something, you also want to credit where you saw it / how you found out about it.
-The via property takes a link, so you can include a link to a blog post, a social media post, or a link to representing a person’s home page.
\ No newline at end of file
+The via property takes a link, so you can include a link to a blog post, a social media post, or a link to representing a person’s home page.
+
+This is now live on individual Journal pages, in a sidebar box on the right.
\ No newline at end of file
diff --git a/_pages/feeds.md b/_pages/feeds.md
--- a/_pages/feeds.md
+++ b/_pages/feeds.md
@@ -4,7 +4,8 @@ title: Feeds
permalink: /feeds/
---
-* Journals are most active, with micro-blog sized updates referencing Note updates or interesting asides bmannconsulting.com/journal.xml
-* Occasional long form blog posts bmannconsulting.com/blog.xml
+* Journals are most active, with micro-blog sized updates referencing Note updates or interesting asides bmannconsulting.com/journal.xml
+ * Cross-posted to @boris@toolsforthought.social
+* Occasional long form blog posts bmannconsulting.com/blog.xml
* Personal blog, short updates
-* Mastodon accounts can be subscribed to as an RSS feed (mirrors personal blog content)
+ * Cross-posted to @boris@cosocial.ca and @bmann.ca
diff --git a/_plugins/bidirectional_links_generator.rb b/_plugins/bidirectional_links_generator.rb
--- a/_plugins/bidirectional_links_generator.rb
+++ b/_plugins/bidirectional_links_generator.rb
@@ -5,7 +5,7 @@ graph_nodes = []
graph_edges = []
all_notes = site.collections['notes'].docs
- all_posts = site.posts.docs # unclear right syntax here
+ all_posts = site.posts.docs
all_pages = site.pages
all_journals = site.collections['journals'].docs
diff --git a/_redirects b/_redirects
--- a/_redirects
+++ b/_redirects
@@ -1,1 +1,2 @@
-/* /404.html 404
\ No newline at end of file
+/* /404.html 404
+/archive/* https://2023.bmannconsulting.com/archive/* 301
\ No newline at end of file
diff --git a/assets/img/apple-touch-icon-114x114-precomposed.png b/assets/img/apple-touch-icon-114x114-precomposed.png
deleted file mode 100644
--- a/assets/img/apple-touch-icon-114x114-precomposed.png
+++ /dev/null
diff --git a/assets/img/apple-touch-icon-120x120-precomposed.png b/assets/img/apple-touch-icon-120x120-precomposed.png
deleted file mode 100644
--- a/assets/img/apple-touch-icon-120x120-precomposed.png
+++ /dev/null
diff --git a/assets/img/apple-touch-icon-144x144-precomposed.png b/assets/img/apple-touch-icon-144x144-precomposed.png
deleted file mode 100644
--- a/assets/img/apple-touch-icon-144x144-precomposed.png
+++ /dev/null
diff --git a/assets/img/apple-touch-icon-152x152-precomposed.png b/assets/img/apple-touch-icon-152x152-precomposed.png
deleted file mode 100644
--- a/assets/img/apple-touch-icon-152x152-precomposed.png
+++ /dev/null
diff --git a/assets/img/apple-touch-icon-180x180-precomposed.png b/assets/img/apple-touch-icon-180x180-precomposed.png
deleted file mode 100644
--- a/assets/img/apple-touch-icon-180x180-precomposed.png
+++ /dev/null
diff --git a/assets/img/apple-touch-icon-72x72-precomposed.png b/assets/img/apple-touch-icon-72x72-precomposed.png
deleted file mode 100644
--- a/assets/img/apple-touch-icon-72x72-precomposed.png
+++ /dev/null
diff --git a/assets/img/apple-touch-icon-76x76-precomposed.png b/assets/img/apple-touch-icon-76x76-precomposed.png
deleted file mode 100644
--- a/assets/img/apple-touch-icon-76x76-precomposed.png
+++ /dev/null
diff --git a/assets/img/apple-touch-icon-precomposed.png b/assets/img/apple-touch-icon-precomposed.png
deleted file mode 100644
--- a/assets/img/apple-touch-icon-precomposed.png
+++ /dev/null
diff --git a/assets/img/favicon-32x32.png b/assets/img/favicon-32x32.png
deleted file mode 100644
--- a/assets/img/favicon-32x32.png
+++ /dev/null
diff --git a/assets/img/favicon.png b/assets/img/favicon.png
deleted file mode 100644
--- a/assets/img/favicon.png
+++ /dev/null
diff --git a/assets/img/icon-simplicity-512x512.png b/assets/img/icon-simplicity-512x512.png
deleted file mode 100644
--- a/assets/img/icon-simplicity-512x512.png
+++ /dev/null
diff --git a/assets/img/logo-phlow.svg b/assets/img/logo-phlow.svg
deleted file mode 100644
--- a/assets/img/logo-phlow.svg
+++ /dev/null
@@ -1,211 +0,0 @@
-
-
-
-
diff --git a/assets/img/logo-simplicity.svg b/assets/img/logo-simplicity.svg
deleted file mode 100644
--- a/assets/img/logo-simplicity.svg
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
diff --git a/assets/img/msapplication_tileimage.png b/assets/img/msapplication_tileimage.png
deleted file mode 100644
--- a/assets/img/msapplication_tileimage.png
+++ /dev/null