Skip to content

MordragT/slidev-theme-fh-aachen

Repository files navigation

slidev-theme-fh-aachen

NPM version

A FH Aachen theme for Slidev.

Install

Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.

---
theme: slidev-fh-aachen
---

Learn more about how to use a theme.

Layouts

This theme provides the following layouts:

Intro

---
layout: intro
---

Intro

Section

---
layout: section
---

# Title

## Subtitle

Section

Quote

---
layout: quote
author: Max Mustermann
---

Some Quote

Quote

Image Right Half

---
layout: image-right-half
image: ...
---

# Left Body

Image Right Half

End

---
layout: end
author: Max Mustermann
email: [email protected]
student: 11111
---

End

Components

This theme provides the following components:

Word Cloud

<word-cloud :list="['HTML', 'CSS', ..., 'Vue']" />

Word Cloud

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published