Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

iwdd.github.io-middleman

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が更新されます。

更新方法

  1. https://github.com/IWDD/iwdd.github.io-middleman
    を自分のgithubアカウントでforkする。

  2. forkしたレポジトリを git clone する。

git clone https://github.com/あなたのID/iwdd.github.io-middleman.git

開発環境の整備

いまのところ使っているのは middleman + slim + scss + CoffeeScript

  1. ディレクトリに移動
cd iwdd.github.io-middleman
  1. 必要なGemファイルをインストールする
bundle install
  1. 開発用サーバーを立ち上げる
bundle exec middleman server
  1. http://localhost:4567/ で確認する。

開発 & pull request

  1. sourceディレクトリにソースコードがあるので、編集する。

  2. 修正が終わったら自分のレポジトリに git commit して、githubでiwdd宛てにpull requestする。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors