Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (slidev-theme-aneo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
slidev-theme-aneo
Aneo theme for Slidev.
See lie demo here.
Install
Add the following frontmatter to your slides.md
. Start Slidev then it will prompt you to install the theme automatically.
---
theme: aneo
---
Learn more about how to use a theme.
Layouts
This theme provides the following layouts:
Cover layout
The cover layout is used ad the first slide of your presentation. It is used to display the title of your presentation and the date.
---
background: /path/to/image.png or #hex or rgb or hsl
---
Summary layout
The summary layout is used to display a summary of your presentation.
Section layout
The section layout is used to display a section of your presentation.
---
background: /path/to/image.png or #hex or rgb or hsl
---
Two columns layout
The two columns layout is used to display two columns of content.
Components
This theme is not providing any components.
Contributing
npm install
npm run dev
to start theme preview ofexample.md
- Edit the
example.md
and style to see the changes npm run export
to generate the preview PDFnpm run screenshot
to generate the preview PNG
Feel free to open an issue or PR if you have any questions or suggestions.