Skip to content

Reveal.js stencil for program slides during a meetup.

Notifications You must be signed in to change notification settings

phpleuven/program-slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

program-slides

Reveal.js stencil for program slides during a meetup.

How to view

  1. clone the repo.
git clone <repo url>
  1. checkout the meetup branch you would like to see the slides for.
git checkout <YYYYMMDD>-<name>
  1. open the index.html file in a browser.

How to customize

  1. clone the repo.
git clone <repo url>
  1. start a branch based of the master branch named <YYYYMMDD of meetup>-<name or venue>.
git branch <YYYYMMDD>-<name>
git checkout <YYYYMMDD>-<name>
  1. customize the content in the index.html file.
  2. push the branch to this repo.
git push -u origin <YYYYMMDD>-<name>

Customizations that could benefit future meetups can be committed to the master branch.

About

Reveal.js stencil for program slides during a meetup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published