Slidev renders Markdown files as interactive slide presentations. Supports Vue components, UnoCSS styling, Shiki code highlighting, Mermaid diagrams, and LaTeX math.
Entry file defaults to slides.md. Pass different file: slidev other.md.
| theme | Theme package or name | seriph, default, apple-basic | | title | Presentation title | My Talk | | fonts | Google Fonts auto-import | { sans: Inter, mono: Fira Code } | | aspectRatio | Slide ratio | 16/9 (default), 4/3 | | canvasWidth | Canvas width in px | 980 (default) | | themeConfig | Theme-specific config | { primary: '#5d8392' } |
Слайды презентаций на основе Markdown на базе Vue и Vite. Используйте при создании слайдов, технических презентаций, выступлений на конференциях или любой презентации, в которой используется выделение кода, диаграммы и веб-технологии. Источник: third774/dotfiles.