Is used to deliver Marp presentations quickly. When you push to master
this workflow will render your slides, create a release and deploy your page automatically without any additional configuration.
This template follows the PITCHME.md
convention introduced by GitPitch.
- Navigate to the main page of this template repository.
- Above the file list, click Use this template.
- Select the owner account and name your repository.
- Click Create repository from template.
This steps will boostrap your presentation using this template.
Setup upstream
to whatever name you want
git remote add upstream https://github.com/ivoputzer/md-slides-template.git
Merge changes from upstream
into your own repository
git fetch --all
git checkout upstream/master .github/workflows/md-slides.yml
git commit -m "Merges upstream changes from ivoputzer/md-slides-template"
- Fork this repository.
- Apply changes you want your template to implement.
- Remember to update instructions.
- Use your own template when creating new presentations 🎉
Eventually consider submitting a Pull Request to improve this project 😉 It'd be very much appreciated!