The CPD Log

Clinical education notes from general practice

← All posts

Why I'm keeping a CPD log in public

Posted
Category Meta
Reading time 1 min

This is a placeholder first post — replace it with your own words. It exists to show you the format: every post is a markdown file in src/content/blog/, and the frontmatter block at the top (title, description, pubDate, category) is all the site needs to list it, date it, and feed it into RSS.

How to publish a new post

  1. Add a new .md file to src/content/blog/ (the filename becomes the URL).
  2. Fill in the frontmatter.
  3. Commit and push — Cloudflare rebuilds and deploys automatically in about a minute.

Drafts

Add draft: true to the frontmatter and the post is excluded from the site and the RSS feed until you remove it.