/droidkaigi.github.io

告知サイトのGitHub Pages用リポジトリ

Primary LanguageCSS

DroidKaigi Webサイト

http://droidkaigi.github.io/

編集

  • Bootstrap3で作っています。 http://getbootstrap.com/
  • cssはいくつかBootstrapのものを上書いています。

ローカルでの確認方法

事前準備

  1. rubyのインストール(ver 1.9.3 or 2.0.0)
  2. bundlerのインストール
  3. github用のgemをインストール
    bundle install --path vendor/bundle

確認

  1. jekyllを起動
    bundle exec jekyll serve
  2. http://127.0.0.1:4000/ にアクセス