krdlab / devtokushima.github.io

devtokushima.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devtokushima.github.io

http://devtokushima.github.io

Development (開発方法)

  1. Ruby をインストールする
  2. gem で Bundler をインストールする
  3. bundle install コマンドをこのリポジトリのディレクトリ内で実行
  4. jekyll serve --watch コマンドを実行
  5. ウェブブラウザで http://localhost:4000 にアクセス
  6. 編集作業を行う -> ブラウザを更新して確認 (これを繰り返し)

References (参考資料)

index.markdown の YAML Front Matter に関する情報

Jekyll をローカルで使い GitHub Page で表示されるものを確認する方法

Contributing (貢献方法)

  1. Fork it (フォークする)
  2. Create your feature branch (作りたい機能のためのブランチを作成) (git checkout -b new-awesome-feature)
  3. Commit your changes (変更をコミット) (git commit -am 'add a new awesome feature!')
  4. Push to the branch (リモートブランチにプッシュ) (git push origin new-awesome-feature)
  5. Create a new Pull Request (新規プルリクエストを作成)

About

devtokushima.github.io

License:GNU General Public License v3.0


Languages

Language:CSS 99.2%Language:Ruby 0.4%Language:JavaScript 0.4%