Skip to main content

Draft Preview ExampleDRAFT

This article has draft: true in its frontmatter, which makes it an unlisted preview:

A reference link: Astro Tips and Tricks — and with a custom label: my tips post.

A broken target renders harmlessly: [[no-such-post]]

const example: string = 'code blocks show a faint language watermark';
TypeScript
  • It does not appear on the home page, article list, RSS feed, or search index in production.
  • It is excluded from sitemap-index.xml and carries a noindex robots meta tag.
  • Its URL still builds, so you can push a draft and check the fully rendered page (theme, Shiki highlighting, series navigation) on the live site before publishing.

To publish, remove the draft flag (or set it to false) and push again.

Related Posts


Comments