slidev-theme-wolnis
v1.0.0
Published
Slidev theme by Damian Ślimak for IT training and conference presentations
Readme
Slidev Theme — Wolniś
A dark Slidev theme for IT training and conference presentations by Damian Ślimak.
Based on slidev-theme-nmt by Adrian Gould, which itself builds on "The Unnamed" VS Code theme by Elio Struyf.
Usage
Add the following front-matter to your slides.md:
---
theme: gh:oidnus/slidev-theme-wolnis
---Start Slidev and the theme will be installed automatically.
Layouts
The theme provides the following layouts:
cover— title slideabout-me— presenter introduction with photocenter— centered contentdefault— standard content slidesection— section dividerend— closing slidefact— highlight a key metricquote— styled quotationcomparison— side-by-side comparisongrid— 4-section grid (tl, tr, bl, br)two-cols— two equal columnstwo-cols-2-1— two columns (2:1 ratio)image-right— content with image on rightimage-left— content with image on leftimage-full— full-bleed background imagetheory-code— theory on left, code on righttimeline— 3-step timelinetakeaways— key takeaways list
Cover
Usage
---
layout: cover
---About me
Usage
---
layout: about-me
helloMsg: Your Presenter
name: John Doe
position: left
school: "University Lecturer"
company: "Acme Corp"
website: "example.com"
website2: "example.org"
email: "[email protected]"
imageSrc: /assets/user.png
---Two columns
Usage
---
layout: two-cols
---
# Left
This shows on the left
::right::
# Right
This shows on the rightTwo columns 2:1
Usage
---
layout: two-cols-2-1
---
# Left
This shows on the left
::right::
# Right
This shows on the rightComponents
Announcement component
A small component to add announcements, callouts, and notes to slides.
Used in the form:
<Announcement type="default" title="Default Note" inline compact >
Just something to think about
</Announcement>- Types:
brainstorm,duration,idea,default,info,important,priority,warning,error - Options:
compact— smaller version (defaultfalse)title="..."— title text (optional)inline— allow multiple on a line (defaultfalse)width="fit|full"— resize to full width or fit content (defaultfit)
Icon Override
<Announcement type="info" title="Heads up">
Custom icon via slot
<template #icon>
<i class="i-fa7-solid-user-ninja h-5 w-5 mt-0.5"></i>
</template>
</Announcement>Author
Damian Ślimak — IT trainer, university lecturer, and creator of nawigator.ai
Credits
- Original theme: The Unnamed by Elio Struyf (MIT License)
- NMT fork: slidev-theme-nmt by Adrian Gould
