30 lines
668 B
Markdown
30 lines
668 B
Markdown
|
|
# @slidev/theme-seriph
|
||
|
|
|
||
|
|
[](https://www.npmjs.com/package/@slidev/theme-seriph)
|
||
|
|
|
||
|
|
An official theme for [Slidev](https://github.com/slidevjs/slidev) using serif fonts.
|
||
|
|
|
||
|
|
## Install
|
||
|
|
|
||
|
|
Add the following frontmatter to your `slides.md`. Start Slidev then it will prompt you to install the theme automatically.
|
||
|
|
|
||
|
|
<pre><code>---
|
||
|
|
theme: <b>seriph</b>
|
||
|
|
---</code></pre>
|
||
|
|
|
||
|
|
Learn more about [how to use a theme](https://sli.dev/themes/use).
|
||
|
|
|
||
|
|
## Customization
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
theme: serif
|
||
|
|
themeConfig:
|
||
|
|
primary: '#5d8392'
|
||
|
|
---
|
||
|
|
```
|
||
|
|
|
||
|
|
## License
|
||
|
|
|
||
|
|
MIT License © 2021 [Anthony Fu](https://github.com/antfu)
|