Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
/ iwdd.net-middleman Public archive

IWDD公式サイトのソースコードです。

Notifications You must be signed in to change notification settings

IWDD/iwdd.net-middleman

Repository files navigation

CircleCI

iwdd.net-middleman

IWDD公式サイトのソースコードです。

https://github.com/IWDD/iwdd.net-middleman がオリジナルのレポジトリです。

開発環境の整備

Middleman + Slim + SCSS

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

開発 & pull request

  1. 開発用ブランチを切る

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

  3. 修正が終わったら git commit して、github で master に pull request する。

  4. 問題なければ PR を accept する。

  5. circle-ciが自動でbuildしてfirebase deployする。

毎月の定例更新方法

  1. 開発用ブランチを切る

  2. data/iwdd.yml にコンテンツがあるので、書き換えてローカルサーバーで確認

bundle exec middleman server
  1. 修正が終わったら git commit して、github で master に pull request する。

  2. 問題なければ PR を accept する。

  3. circle-ciが自動でbuildしてdeployする。

About

IWDD公式サイトのソースコードです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published