# Lucas Yang's Slidev Theme

[![NPM version](https://img.shields.io/npm/v/slidev-theme-ycs77?color=3AB9D4&label=)](https://www.npmjs.com/package/slidev-theme-ycs77)

The Lucas Yang's theme for [Slidev](https://github.com/slidevjs/slidev).

![screenshot](screenshot.png)

## 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>ycs77</b>
---</code></pre>

Learn more about [how to use a theme](https://sli.dev/themes/use).

## Layouts

This theme provides the following layouts:

### Presenter

```md
---
layout: presenter
---

<template #description>
new description...
</template>

<template #github-link>
<a href="https://github.com/ycs77" target="_blank">ycs77</a> / <a href="https://github.com/ycs77lucasv" target="_blank">ycs77lucasv</a>
</template>
```

### Presenter V

```md
---
layout: presenter-v
---
```

## Components

This theme provides the following components:

> TODO:

## Contributing

- `yarn`
- `yarn dev` to start theme preview of `example.md`
- Edit the `example.md` and style to see the changes
- `yarn export` to generate the preview PDF
- `yarn screenshot` to generate the preview PNG
