http://www.iwdd.net ( http://iwdd.github.io ) のソースコードです。
https://github.com/IWDD/iwdd.github.io-middleman
がソースコードで、ここで開発をします。
開発をしたらpull requestを送ってください。
これをbuildした結果を担当者が
https://github.com/IWDD/iwdd.github.io
にコミットすることで、http://www.iwdd.netが更新されます。
-
https://github.com/IWDD/iwdd.github.io-middleman
を自分のgithubアカウントでforkする。 -
forkしたレポジトリを git clone する。
git clone https://github.com/あなたのID/iwdd.github.io-middleman.git
いまのところ使っているのは middleman + slim + scss + CoffeeScript
- ディレクトリに移動
cd iwdd.github.io-middleman
- 必要なGemファイルをインストールする
bundle install
- 開発用サーバーを立ち上げる
bundle exec middleman server
- http://localhost:4567/ で確認する。
-
sourceディレクトリにソースコードがあるので、編集する。
-
修正が終わったら自分のレポジトリに git commit して、githubでiwdd宛てにpull requestする。
