Skip to content

tokushimarb/tokushimarb.github.io

Repository files navigation

tokushima.rb

Information site repository using Jekyll.

How to develop

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.

Contributing

  1. Fork it ( https://github.com/tokushimarb/tokushimarb.github.io/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request