Skip to content

reply-fr/slidev-theme-reply

Repository files navigation

slidev-theme-reply

This is the theme used for the presentation made by Reply.

Install

To use the theme, you have to initialize a new Slidev project with the following command:

yarn create slidev

You will be asked to pick a name for your project, and then the package manager you want to use (yarn is a great start).

You can now install the theme with the following command:

git submodule add git@github.com:reply-fr/slidev-theme-reply.git theme

You can now edit the slides.md file to create your presentation to set the theme in the slides.md file:

---
...
theme: ./theme
---
...

Usage

Footer

This theme will by default display a green footer to your presentation. You can customize it by adding the following to your frontmatter:

---
footer: "Text that will appear in the footer"
---

You can also hide it:

---
hide_footer: true
---

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published