Skip to content

ddepaoli3/md-slides-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md-slides-template

Github Actions Badge Github Issues Badge Github Pages Badge Github Releases Badge

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.

Instructions

  1. Navigate to the main page of this template repository.
  2. Above the file list, click Use this template. Use this template
  3. Select the owner account and name your repository.
  4. Click Create repository from template.

This steps will boostrap your presentation using this template.

Pull changes

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"

Customize

  1. Fork this repository.
  2. Apply changes you want your template to implement.
  3. Remember to update instructions.
  4. Use your own template when creating new presentations 🎉

Eventually consider submitting a Pull Request to improve this project 😉 It'd be very much appreciated!