A TU Dresden theme for Slidev.
TODO
To see an example of how to use this theme please refer to the example repository
If you really want to do it the hard way and wire things up manually then the following will try to give you some hints at least.
You can install this theme into an existing repository using
$ pnpm install git+ssh://git@gitlab.barkhauseninstitut.org:max.kurze/slidev-theme-bi.gitThen you should be able to use it by setting the theme in your frontmatter:
---
theme: TUD-new
---Slidev automatically appends the slidev-theme- prefix to find the correct package.
(as described here).
This theme provides the following layouts:
cover-bluecover-whitecoversection-bluesection-whitesectiondefault
This theme provides the following components:
None
pnpm installpnpm run devto start theme preview ofexample.md- Edit the
example.mdand style to see the changes
./resources is only used for development and not part of the theme