Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

thatoranzhevyy/slidev-theme-zhozhoba

Repository files navigation

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.

---
theme: zhozhoba
---

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)
---
cover

Content-1

Usage:

---
layout: content-1
---
content-1

Section-1

Usage:

---
layout: section-1
---
section-1

Section-2

Usage:

---
layout: section-2
---
section-2

Content-2

Usage:

---
layout: content-2
---
content-2

Image

Usage:

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

End

Usage:

---
layout: end
---
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