A (...) theme for Slidev.
Add the following frontmatter to your slides.md
. Start Slidev then it will prompt you to install the theme automatically.
---
theme: klef
---
Learn more about how to use a theme.
npm install
-
npm run dev
to start theme preview ofexample.md
- Edit the
example.md
and style to see the changes -
npm run export
to generate the preview PDF -
npm run screenshot
to generate the preview PNG
Hlt means "Highlight", so this component can highlighting text.
Usage: (example.md)
Press space to <Hlt>next page</Hlt>
Bottom-Line is displayed in ALL slides.
Configurations (in FromtMatter) :
---
title: slidev theme klef
file: klef-project/slidev-theme-klef
---