slidev-theme-fhaachen
v1.0.2
Published
A Slidev theme for FH University Aachen
Readme
slidev-theme-fhaachen
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.
Learn more about how to use a theme.
Theme Configuration
---
title: FH Layout
subtitle: Demo
date: 24 Dezember 2022
referent: First Name & Last Name
studentnr: XXX XXX
email: [email protected]
faculty: Computer Science
---Layouts
cover

toc
Can be configured with:
---
header: <text>
subheader: <text>
---
section

default
Can be configured with:
---
header: <text>
subheader: <text>
---

two-cols
Can be configured with:
---
header: <text>
subheader: <text>
---
end

Contributing
npm installnpm run devto start theme preview ofexample.md- Edit the
example.mdand style to see the changes npm run exportto generate the preview PDFnpm run screenshotto generate the preview PNG
