0.1.1 • Published 2 years ago
slidev-theme-renuo v0.1.1
slidev-theme-renuo
A theme for Slidev, inspired by Renuo's branding.
Install
Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.
---
theme: renuo
---Learn more about how to use a theme.
Layouts
This theme provides the following layouts:
Cover

---
layout: cover
// all values below are optional
showContactText: true
website: https://renuo.ch
email: hello@renuo.ch
phone: +41 44 500 55 66
showAddressText: true
addressHeader: Address
company: Renuo AG
street: Industriestrasse 44
zip: 8304
city: Wallisellen
---
# Renuo Presentation Theme
Presentation slides for engineersIntro

---
layout: intro
---
Primary Heading
# Introduction Slide
Secondary HeadingDefault

---
showLogo: true // show the Renuo logo (optional)
---Quote

---
layout: quote
---Full

---
layout: full
---Center

---
layout: center
---Configurations
Mermaid
This theme supports Mermaid diagrams.

```mermaid
sequenceDiagram
Consumer-->API: Book something
API-->BookingService: Start booking process
break when the booking process fails
API-->Consumer: show failure
end
API-->BillingService: Start billing process
``` Contributing
npm installnpm run devto start theme preview ofexample.md- Edit the
example.mdand style to see the changes npm run exportto generate the preview PDFnpm run screenshotto generate the preview PNG