0.1.0 • Published 1 year ago

@klef/slidev-theme-klef v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

slidev-theme-klef

NPM version

A (...) theme for Slidev.

Install

Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.

Learn more about how to use a theme.

Contributing

  • npm install
  • npm run dev to start theme preview of example.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

Build-in Components

Hlt

Hlt means "Highlight", so this component can highlighting text.

Usage: (example.md)

Press space to <Hlt>next page</Hlt>

Bottom-Line

Bottom-Line is displayed in ALL slides.

Configurations (in FromtMatter) :

---
title: slidev theme klef
file: klef-project/slidev-theme-klef
---