https://github.com/rocky-linux/rocky-slides
Demo slides for Rocky presentations
https://github.com/rocky-linux/rocky-slides
Last synced: 4 months ago
JSON representation
Demo slides for Rocky presentations
- Host: GitHub
- URL: https://github.com/rocky-linux/rocky-slides
- Owner: rocky-linux
- License: gpl-3.0
- Created: 2024-02-28T13:19:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T15:21:46.000Z (over 2 years ago)
- Last Synced: 2025-10-22T10:37:24.100Z (8 months ago)
- Size: 412 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to generate your presentation
## Install Marp
Install Marp and Marp-Cli based on their documentation:
* https://github.com/marp-team/marp-cli
## Generate your deck
Feel free to rename the `./slides/demo.md` for anything you like and to customize your presentation.
Then execute the marp command:
```
marp slides/demo.md --bespoke.progress --html -o public/index.html
```
Don't forget to copy the `./slides/{css,img}` folder into your `public` repository.
You can now open the `./public/index.html` file in your preferred browser.
### Using Github Actions
You can also fork this repos and modify the `./slides/demo.md` for your needs and use our GitHub actions to generate your presentation.
## Demo
Please visite our GitHub page [here](https://rocky-linux.github.io/rocky-slides/)