This is a placeholder opinion post. Each .md file in src/content/opinions/ becomes
an entry on the Opinions page with a title, a short summary, and an arrow to the full
post.
Frontmatter fields:
- title: required. Shown on the list and at the top of the full post.
- summary: required. Short preview shown in the list under the title.
- publishDate: required. Used to sort posts, newest first.
- draft: optional. When
true, the post is hidden from the list and 404s.
Write the full post body as Markdown below the frontmatter.