slidify (version 0.3.3)

publish_github: Publish slide deck to Github

Description

You will need git installed on your computer and a github account. In addition, you will SSH access to github. See https://help.github.com/articles/generating-ssh-keys on how to set up SSH access

Usage

publish_github(user, repo)

Arguments

user
github username
repo
github reponame

Details

Login with your github account and create a new repository https://help.github.com/articles/creating-a-new-repository. Note that Github will prompt you to add a README file, but just use the defaults so that your repo is empty. You will need to have git installed on your computer and be able to push to github using SSH

See Also

Other publish: publish, publish_dropbox