A theme for Slidev, inspired by Renuo's branding.
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.
This theme provides the following layouts:
---
layout: cover
// all values below are optional
showContactText: true
website: https://renuo.ch
email: [email protected]
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 engineers
---
layout: intro
---
Primary Heading
# Introduction Slide
Secondary Heading
---
showLogo: true // show the Renuo logo (optional)
---
---
layout: quote
---
---
layout: full
---
---
layout: center
---
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
```
npm install
npm run dev
to start theme preview ofexample.md
- Edit the
example.md
and style to see the changes npm run export
to generate the preview PDFnpm run screenshot
to generate the preview PNG