@zlict/slidev-theme-zli
v0.6.7
Published
ZLI Slidev theme
Downloads
15
Readme
@zlict/slidev-theme-zli
Our companys theme for Slidev.
Use
Add the following frontmatter to your slides.md
. Start Slidev then it will prompt you to install the theme automatically.
---
theme: @zlict/slidev-theme-zli
---
Learn more about how to use a theme.
Layouts
This theme provides the following layouts:
TODO:
Components
This theme provides the following components:
TODO:
Contribute
- Make sure you have Docker up and running
- Get Visual Studio Code with Dev Containers ready
- Open the project inside a Dev Container and run
pnpm install
- If needed for export or screenshots, install playwright dependencies with
sudo npx playwright install-deps
- If needed for export or screenshots, install playwright dependencies with
pnpm run dev
to start theme preview ofexample.md
- Edit the
example.md
and style to see the changes pnpm run export
to generate the preview PDFpnpm run screenshot
to generate the preview PNG- Commit and push your changes or create a pull request
- Release a new version with
pnpm run release:patch
,pnpm run release:minor
orpnpm run release:major