Skip to content

Instantly share code, notes, and snippets.

@mvuorre
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvuorre/2773b4f1244ddc6f635b to your computer and use it in GitHub Desktop.
Save mvuorre/2773b4f1244ddc6f635b to your computer and use it in GitHub Desktop.
A practical guide to hosting slidify slides on github as part of a project.
1. Create a project repository and clone it to your computer ('awesome_project/')
2. Create a gh-pages branch
3. R:
setwd('awesome_project/')
author('project_slideshow', use_git=F)
6. Create slideshow with R-Markdown, then slidify('index.Rmd')
7. Push content into the project's gh-pages
8. <username.github.io/awesome_project/project_slideshow/index.html>
Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment