Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thatoranzhevyy/slidev-theme-zhozhoba

A zhozhoba theme for Slidev.
https://github.com/thatoranzhevyy/slidev-theme-zhozhoba

Last synced: 5 days ago
JSON representation

A zhozhoba theme for Slidev.

Awesome Lists containing this project

README

        

# slidev-theme-zhozhoba

[![NPM version](https://img.shields.io/npm/v/slidev-theme-zhozhoba?color=3AB9D4&label=)](https://www.npmjs.com/package/slidev-theme-zhozhoba)

A zhozhoba theme for [Slidev](https://github.com/slidevjs/slidev).

This theme is inspired by the Basic Black/White theme:
light theme | dark theme
:-------------------------:|:-------------------------:
![light](.github/light.png) | ![dark](.github/dark.png)

## 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](https://sli.dev/themes/use).

## 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