Welcome to the CommandPDF blog
How this blog works and where to drop your Markdown posts for automatic pages with SEO-friendly metadata.
By CommandPDF Team
- announcement
- guides
- SEO
How this blog works and where to drop your Markdown posts for automatic pages with SEO-friendly metadata.
This site reads Markdown files from the content/blog/ folder in the project root. Each .md file becomes a public article at /[locale]/blog/<slug>/.
Every post should start with YAML-style frontmatter:
title — page title and <title> / Open Graph titledescription — meta description (aim for a clear summary under ~160 characters)date — publication date (YYYY-MM-DD or full ISO)slug (optional) — URL segment; defaults to the filename without .mdauthor (optional) — shown on the page and in structured datatags (optional) — comma-separated listdraft (optional) — set to true to hide the post from the index and routesAdd or edit files under content/blog/, run the dev server, and open Blog from the main navigation. Build time runs the same pipeline, so production pages stay static and fast.
npm run devThanks for reading—we hope this helps you ship content quickly while keeping strong defaults for search and social previews.