Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barbapapazes/slidev-theme-aneo
Create beautiful presentations with ease!
https://github.com/barbapapazes/slidev-theme-aneo
Last synced: 20 days ago
JSON representation
Create beautiful presentations with ease!
- Host: GitHub
- URL: https://github.com/barbapapazes/slidev-theme-aneo
- Owner: Barbapapazes
- License: mit
- Created: 2022-12-16T00:34:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T11:32:54.000Z (23 days ago)
- Last Synced: 2024-12-20T11:13:03.389Z (21 days ago)
- Language: Vue
- Homepage: https://slidev-theme-aneo.esteban-soubiran.site/
- Size: 1.66 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slidev-theme-aneo
[![NPM version](https://img.shields.io/npm/v/slidev-theme-aneo?color=3AB9D4&label=)](https://www.npmjs.com/package/slidev-theme-aneo)
Aneo theme for [Slidev](https://github.com/slidevjs/slidev).
See [live demo](https://slidev-theme-aneo-demo.esteban-soubiran.site).
See [documentation](https://barbapapazes.github.io/slidev-theme-aneo/).## Install
Add the following front-matter 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](https://sli.dev/themes/use).
## Documentation
See the [documentation](https://barbapapazes.github.io/slidev-theme-aneo/) for more information.
## Contributing
First, you need to install `pnpm` globally:
```cmd
npm install -g pnpm
```or with `linux`:
```bash
sudo npm install -g pnpm
```_Pnpm is used instead of npm because it is faster and more reliable._ Learn more about [pnpm](https://pnpm.io/).
Then, you can run the following commands:
- `pnpm install`
- `pnpm run dev` to start theme preview of `example.md`
- Edit the `example.md` and style to see the changes
- `pnpm run export` to generate the preview PDF (you need to run `sudo npx playwright install-deps` first on `linux`)
- `pnpm run screenshot` to generate the preview PNGFeel free to **open an issue** or **PR** if you have any questions or suggestions.