Making My Site
Setting up Git (Mac OSX)
Tutorial : How the Heck Do I Use GitHub?
Since I had already installed git before, I opened Terminal and updated it with git clone git://git.kernel.org/pub/scm/git/git.git
. I had also set my user name and email address before
git config --global user.name **my name**
git config --global user.email **email registered to Github**
but I checked my settings just in case with git config —list
.
Making this site
sudo gem install -n /usr/local/bin jekyll-gist
sudo gem install -n /usr/local/bin jekyll-paginate
Yumi OTHER
Git Jekyll Github pages