Skip to content

renuo/slidev-theme-renuo

Repository files navigation

slidev-theme-renuo

NPM version

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

Cover

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

Intro

Intro

---
layout: intro
---

Primary Heading
# Introduction Slide
Secondary Heading

Default

Default

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

Quote

Quote

---
layout: quote
---

Full

Full

---
layout: full
---

Center

Center

---
layout: center
---

Configurations

Mermaid

This theme supports Mermaid diagrams.

Mermaid

```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 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 generate the preview PDF
  • npm run screenshot to generate the preview PNG

About

This is the unofficial Renuo theme for slidev presentations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published