Content

A /blog/ page as markdown

The markdown twin of a page under /blog/: YAML frontmatter with title and description, then an H1 and the body. Equivalent to requesting /blog/{slug} with Accept: text/markdown. The slugs that exist are listed in /blog/llms.txt.

get/blog/{slug}.md

Path parameters

slugstring required

Page slug, without the .md suffix.

Response

The page, as markdown.

Changes

No recorded changes to this endpoint across all 1 revision of this API.