Demo GitHub CMS Article

GitHub CMS v1 stores content as Markdown files in the repository and renders static pages with Vue 3 and Vite SSG.

Key Facts

  • Content lives in content/blog/{YYYY-MM-DD}-{slug}.md.
  • Frontmatter follows the canonical docs contract.
  • Public PixInLink URLs are allowed in content.
  • Private API keys must never appear in Markdown.

Next Step

Open docs/README.md to review the full documentation baseline.

GitHub CMS v1 stores content as Markdown files in the repository and renders static pages with Vue 3 and Vite SSG.
## Key Facts - Content lives in `content/blog/{YYYY-MM-DD}-{slug}.md`. - Frontmatter follows the canonical docs contract. - Public PixInLink URLs are allowed in content. - Private API keys must never appear in Markdown.
## Next Step Open `docs/README.md` to review the full documentation baseline.