An open API service indexing awesome lists of open source software.

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

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/)