1.0.0 • Published 3 years ago

slidev-theme-zhozhoba v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

slidev-theme-zhozhoba

NPM version

A zhozhoba theme for Slidev.

This theme is inspired by the Basic Black/White theme: light theme | dark theme :-------------------------:|:-------------------------: light | dark

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.

Layouts

This theme provides the following layouts:

Cover

Usage:

---
theme: zhozhoba
layout: cover
company: COMPANY NAME (optional)
date: 12.05.2021 (optional)
---

Content-1

Usage:

---
layout: content-1
---

Section-1

Usage:

---
layout: section-1
---

Section-2

Usage:

---
layout: section-2
---

Content-2

Usage:

---
layout: content-2
---

Image

Usage:

---
layout: image-side
image: 'image-url'
---

End

Usage:

---
layout: end
---

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 genreate the preview PDF
  • npm run screenshot to genrate the preview PNG