Information site repository using Jekyll.
git clone https://github.com/tokushimarb/tokushimarb.github.io
# or
git clone git://github.com/tokushimarb/tokushimarb.github.io
# or
git clone git@github.com:tokushimarb/tokushimarb.github.io.git
cd tokushimarb.github.io
bundle install
rbenv rehash # if using "rbenv"
jekyll server --watch
Modify index.markdown
, _layouts/index.html
or etc.
Open http://localhost:4000
with you browser.
- Fork it ( https://github.com/tokushimarb/tokushimarb.github.io/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request