Default Theme Meta Tags
The default theme renders meta tags only when values are provided (or when it falls back to its defaults).
Logo and Favicon Resolution
Order of precedence:
frontmatter.logo/frontmatter.faviconon the current pagefrontmatter.logo/frontmatter.faviconon the root index pagesite.logo/site.faviconfrom config- Theme defaults (
/logo.png,/favicon.png)
To explicitly disable the logo/favicon, set logo: false / favicon: false (in frontmatter or config). false stops resolution and skips all fallbacks (including theme defaults).
If the resolved value is falsy, the corresponding <link rel="icon"> tag (or logo <img>) is not rendered.
Meta Description
frontmatter.excerpt(alias:description) renders as<meta name="description" content={...} />.
Open Graph
frontmatter.ogTitle→og:titlefrontmatter.ogDescription→og:descriptionfrontmatter.ogImage→og:imagefrontmatter.ogUrl→og:url
Twitter Card
frontmatter.twitterCard→twitter:cardfrontmatter.twitterTitle→twitter:titlefrontmatter.twitterDescription→twitter:descriptionfrontmatter.twitterImage→twitter:image