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.md
source.
- Run the
gh_init.sh
script: $ 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.md
file to your liking.
- Run the bash script:
$ bash build.sh
. It will automatically upload your slides to GitHub.
checking
- Open the
slides.html
output in your browser. It should work!
- Now, open the magic URL:
[username].github.io/[repo-name]
.