Skip to content

Instantly share code, notes, and snippets.

@volca
Created June 8, 2013 13:33
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 volca/5735189 to your computer and use it in GitHub Desktop.
Save volca/5735189 to your computer and use it in GitHub Desktop.
publish shell for gollum-site
gollum-site generate
cp _site/Home.html _site/index.html
rm -rf /tmp/_site
cp -r _site /tmp/
git co gh-pages
rsync -av /tmp/_site/ .
git add .
git commit -a -m"add"
git push
git co gollum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment