An open API service indexing awesome lists of open source software.

https://github.com/datarootsio/slidev-theme-dataroots

Slidev theme with dataroots branding and colors.
https://github.com/datarootsio/slidev-theme-dataroots

slidev slidev-theme

Last synced: 3 months ago
JSON representation

Slidev theme with dataroots branding and colors.

Awesome Lists containing this project

README

          

# Slidev Theme Dataroots

Based on the [`slidev-theme-meetup`](https://github.com/tboerger/slidev-theme-meetup), with some dataroots branding and colors! (Credits to them!)

## Install

Add the following frontmatter to your `slides.md`. Add the `slidev-theme-dataroots` project as a git dependency.

```md
---
theme: meetup
layout: intro
lineNumbers: false
themeConfig:
title: Welcome to Slidev
twitter: example
github: example
linkedin: example
---
```

This themes requires `qrious` to generate QR codes - you may need to install them manually.

## Examples

### Intro

```md
---
layout: intro
---
```

![intro slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/001.png)

### Presenter

```md
---
layout: presenter
photo: /images/tboerger.jpg
---
```

![presenter slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/002.png)

### Twocols

```md
---
layout: twocols
---
```

![twocols slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/003.png)

### Center

```md
---
layout: center
---
```

![center slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/004.png)

### Cover

```md
---
layout: cover
---
```

![cover slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/005.png)

### Window

```md
---
layout: window
---
```

![window slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/006.png)

### Default

```md
---
layout: default
---
```

![default slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/007.png)

### Qrcode

```md
---
layout: qrcode
url: https://github.com/datarootsio/slidev-theme-dataroots
---
```

![qrcode slide](https://raw.githubusercontent.com/datarootsio/slidev-theme-dataroots/main/example-export/008.png)

## Components

### CornerHex

Just hexagons shown within the slides.

```vue

```

### WindowConsole

Display content in a terminal window.

```vue

Content

```

### LayoutHeader

General header part of every slide.

```vue

```

### LayoutFooter

General footer part of every slide.

```vue

```

## License

[MIT](https://opensource.org/license/mit/)