0.5.1 • Published 2 years ago

slidev-theme-dualboot v0.5.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

slidev-theme-dbp

Netlify Status NPM version

Dualboot Partners presentation theme for Slidev.

Live demo | Documentation | Example | Contribution Guide

Usage

As Slidev theme

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:

Intro intro

Usage:

---
layout: intro
author: bondiano (Vassiliy Kuzenkov)
---

Slide demo with intro page

Title slide title

Usage:

---
layout: title
---

Slide demo with title page

Default default

Slide demo with defaults page

Quote or major idea slide quote

Usage:

---
layout: quote
author: Vassiliy
---

Slide demo with quote page

Centred layout center

Usage:

---
layout: center
---

Slide demo with quote page

Nice slide with code and terminal code-terminal

Usage:

---
layout: code-terminal
---

<code-block>

::terminal::

<terminal-block>

Slide demo with quote page

To show something as window text-window

Usage:

---
layout: text-window
reverse: true/false
---

<text-block>

::window::

<embed-window-block>

Slide demo with quote page

Local development

Install dependencies

yarn

Start dev server

yarn dev
0.5.0

2 years ago

0.5.1

2 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.3.2

3 years ago

0.2.3

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.2.2

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago