Draft Preview ExampleDRAFT
This article has draft: true in its frontmatter, which makes it an unlisted preview:
Wikilink rendering demo
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.xmland carries anoindexrobots 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.
Comments