29 lines
682 B
Markdown
29 lines
682 B
Markdown
---
|
|
# try also 'default' to start simple
|
|
theme: seriph
|
|
# random image from a curated Unsplash collection by Anthony
|
|
background: https://cover.sli.dev
|
|
# 介绍文档: https://sli.dev
|
|
title: Welcome to Slidev
|
|
info: |
|
|
## 关于Slidev的介绍
|
|
演示稿
|
|
class: text-center
|
|
# https://sli.dev/features/drawing
|
|
drawings:
|
|
persist: false
|
|
# slide transition: https://sli.dev/guide/animations.html#slide-transitions
|
|
transition: slide-left
|
|
# enable MDC Syntax: https://sli.dev/features/mdc
|
|
mdc: true
|
|
htmlAttrs:
|
|
dir: ltr
|
|
lang: zh-CN
|
|
# duration of the presentation
|
|
duration: 35min
|
|
---
|
|
# slide 是一个 所见即所得的幻灯片制作工具
|
|
---
|
|
src: ./pages/demos.md
|
|
hide: false
|
|
--- |