Blog posts
This directory is the home of record for the blog. Each .md file is one
post, served at /blog/<filename-without-extension>.
Publishing workflow
- Add a markdown file here with the frontmatter below and deploy — the post is live on bitcoinadvisory.co first.
- Then paste the article into Substack and send the email, ideally with an "Originally published at https://bitcoinadvisory.co/blog/" link at the top. The site copy must go live before the Substack copy so search engines index the on-domain version as the original.
Frontmatter
---
title: "Post title"
excerpt: "One-sentence subtitle used for meta description and cards."
date: "2026-06-12"
image: "/images/blog/my-post.jpg" # optional cover image
---
Write the body in markdown. Posts imported from the old Substack archive
carry format: html and store their body as HTML — don't add that flag to
new posts.