| name | headmatter |
| description | Deck-wide configuration options in the first frontmatter block |
Headmatter Configuration
Deck-wide configuration options in the first frontmatter block.
Theme & Appearance
---
theme: default
colorSchema: auto
favicon: /favicon.ico
aspectRatio: 16/9
canvasWidth: 980
---
Fonts
---
fonts:
sans: Roboto
serif: Roboto Slab
mono: Fira Code
provider: google
---
Code & Highlighting
---
highlighter: shiki
lineNumbers: false
monaco: true
twoslash: true
monacoTypesSource: local
---
Features
---
drawings:
enabled: true
persist: false
presenterOnly: false
syncAll: true
record: dev
selectable: true
contextMenu: true
wakeLock: true
---
Export & Build
---
download: false
exportFilename: slides
export:
format: pdf
timeout: 30000
withClicks: false
withToc: false
---
Info & SEO
---
title: My Presentation
titleTemplate: '%s - Slidev'
author: Your Name
keywords: slidev, presentation
info: |
## About
Presentation description
---
SEO Meta Tags
---
seoMeta:
ogTitle: Presentation Title
ogDescription: Description
ogImage: https://example.com/og.png
ogUrl: https://example.com
twitterCard: summary_large_image
twitterTitle: Title
twitterDescription: Description
twitterImage: https://example.com/twitter.png
---
Addons & Themes
---
theme: seriph
addons:
- excalidraw
- '@slidev/plugin-notes'
---
Theme Configuration
---
themeConfig:
primary: '#5d8392'
---
Defaults
Set default frontmatter for all slides:
---
defaults:
layout: default
transition: fade
---
HTML Attributes
---
htmlAttrs:
dir: ltr
lang: en
---
Presenter & Browser
---
presenter: true
browserExporter: dev
routerMode: history
---
Remote Assets
---
remoteAssets: false
plantUmlServer: https://www.plantuml.com/plantuml
---
Full Template
---
theme: default
title: Presentation Title
author: Your Name
highlighter: shiki
lineNumbers: true
transition: slide-left
aspectRatio: 16/9
canvasWidth: 980
fonts:
sans: Roboto
mono: Fira Code
drawings:
enabled: true
persist: true
download: true
---