slidev-theme-astro
v0.1.0
Published
The Astro theme for Slidevy
Readme
slidev-theme-astro
The Astro 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: astro
---Learn more about how to use a theme.
Features
text-gradient class
Use the text-gradient to have a nice looking gradient:
# Something <span class="text-gradient font-normal">big</span>You can customize the gradient colors in slides.md:
---
theme: astro
themeConfig:
gradient-from: red
gradient-to: blue
---Licensing
MIT Licensed. Made with ❤️ by Florian Lefebvre.
This theme is forked from @slidev/theme-apple-basic.
