BMC Next
As of late June 2026, the BMC site is now on Astro and is gaining various atproto integrations.
This page is used collaboratively with agents to describe and work on features.
Features
Journal
Short microblog-length posts. No title, optional link attribute. Navigate by date.
Notes
Digital Garden style notes pages. Updated over time.
Blog
A blog that supports wiki links into the rest of the site.
Links page drawn from Semble
At build time, Semble note cards are fetched and linked with their parent card to display notes and links on the links page.
TODO
June 28th, 2026
- Fix asset paths so they work in obsidian and when published: All asset paths in markdown now use
/public/assets/...prefix (works in Obsidian). A remark plugin (remark-public-assets) strips the/public/prefix at build time so Astro serves them from thepublic/directory. - Migrate in old logseq notes: Migrated 53 assets to
public/assets/, 205 journals (converted from LogSeqYYYY_MM_DD.mdformat toYYYY-MM-DD_0000.mdwith frontmatter), and 676 non-duplicate notes (91 filenames cleaned from___and%3Apatterns). All relative and Jekyll-style asset paths converted to/public/assets/format. - Pull in blogs from atproto: Fetch
site.standard.documentrecords from thebmann.caATProto repo at build time, filtered to theblog.bmannconsulting.compublication. 21 posts integrated into the year-based listings on the blog listing page withโexternal link markers.