This site is a Jekyll + Minimal Mistakes GitHub Pages site. Blog posts are either standalone HTML files hosted locally in assets/blogs/, or external links to posts on BCOM Confluence, Neuroelectrics, or Substack.
assets/blogs/ (e.g., assets/blogs/my-new-post.html)blogs.md and add a new entry under the “Hosted here” section:
```markdown
git add assets/blogs/my-new-post.html blogs.md
git commit -m "Add blog: Post Title"
git push origin recovery
blogs.md and add a new entry under the appropriate section (BCOM Foundation blog, Neuroelectrics blog, or Substack):
```markdown
git add blogs.md
git commit -m "Add blog link: Post Title"
git push origin recovery
| File | Purpose |
|---|---|
blogs.md |
The Blogs listing page (permalink: /blogs/) |
assets/blogs/ |
Directory for standalone HTML blog files |
_data/navigation.yml |
Top navigation menu (already includes “Blogs”) |
index.md |
Home page (already links to /blogs/) |
blogs.md is manually maintained — add new entries at the top of the relevant section to keep newest posts first.recovery branch.