This file exists to prove the pipeline works. It is a normal Markdown file in
src/blog/, and Eleventy has turned it into a page at /resources/example-post
with its own title, meta description, canonical URL and BlogPosting schema, and
has listed it on the Resource Center.
What to check
The heading above should be styled by the site's own stylesheet rather than by anything specific to the blog, because the post layout points at the same two CSS files the static pages use.
Literal braces survive the build, which matters because technical posts carry Helm values and Go templates:
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
nodeSelector: {}
Publishing a real post
Copy _TEMPLATE.md.txt, rename it to your-slug.md, fill in the frontmatter, and
commit. Cloudflare rebuilds and the post is live at /resources/your-slug.
Then delete this file.