Skip to content

Instantly share code, notes, and snippets.

@juristr
Created October 24, 2012 21:37
Show Gist options
  • Save juristr/3949073 to your computer and use it in GitHub Desktop.
Save juristr/3949073 to your computer and use it in GitHub Desktop.
Jekyll Blogging Tips and Tricks

Setup Windows

If you need to update jekyll on windows, pay attention that you might get an ETIMEDOUT error. This is due to a proxy or firewall. In such case the --http-proxy option has to be used

gem update jekyll --http-proxy http://user:pwd@proxy-server:port

Writing Drafts using a separate Git Branch

Updating drafts branch from master:

git merge -s recursive -X theirs branch

Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment