slides are available online!
get started
- Navigate on filesystem to parent directory of where you would like to put your slides.
- Run the following command and follow the instructions at the prompt:
- cookiecutter gh:ericmjl/cookiecutter-talk
 
- On GitHub, create a repository with the same name as the folder that houses the slides.mdsource.
- Run the gh_init.shscript:$ bash gh_init.sh. It will perform the initial push to the repository.
- Change your repository settings to serve GitHub pages from the master branch.
edit & publish
- Edit the slides.mdfile to your liking.
- Run the bash script: $ bash build.sh. It will automatically upload your slides to GitHub.
checking
- Open the slides.htmloutput in your browser. It should work!
- Now, open the magic URL: [username].github.io/[repo-name].