Based on the slidev-theme-meetup
, with some dataroots branding and colors! (Credits to them!)
Add the following frontmatter to your slides.md
. Add the slidev-theme-dataroots
project as a git dependency.
---
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.
---
layout: intro
---
---
layout: presenter
photo: /images/tboerger.jpg
---
---
layout: twocols
---
---
layout: center
---
---
layout: cover
---
---
layout: window
---
---
layout: default
---
---
layout: qrcode
url: https://github.com/datarootsio/slidev-theme-dataroots
---
Just hexagons shown within the slides.
<CornerHex class="absolute left-0 top-0 transform rotate-90" />
Display content in a terminal window.
<WindowConsole class="rounded-lg shadow-lg object-cover z-10">
Content
</WindowConsole>
General header part of every slide.
<LayoutHeader />
General footer part of every slide.
<LayoutFooter />