Slide
Less than 1 minute
vuepress-theme-hope
allows you to add slides pages.
You need to set layout: Slide
in the frontmatter of the corresponding page to enable the slides page.
DemoHere is a demo containing all the slide features.
Attention
Enable presentation
You should enable presentation feature in vuepress-plugin-md-enhance
by setting plugins.mdEnhance.presentation
in theme options, otherwise the layout won't be rendered correctly.
No multiple slides
You should only include a single slide syntax on this page to avoid rendering problems.
@slidestart [your theme]
// your slides
@slideend