Easy Talk Slides and Notes

Eric J. Ma (Department of Biological Engineering, MIT)

slides are available online!

tools required

get started

  1. Navigate on filesystem to parent directory of where you would like to put your slides.
  2. Run the following command and follow the instructions at the prompt:
    • cookiecutter gh:ericmjl/cookiecutter-talk

configure remote

  1. On GitHub, create a repository with the same name as the folder that houses the slides.md source.
  2. Run the gh_init.sh script: $ bash gh_init.sh. It will perform the initial push to the repository.
  3. Change your repository settings to serve GitHub pages from the master branch.

edit & publish

  1. Edit the slides.md file to your liking.
  2. 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].