- 静的サイトジェネレーターJekyllを使用します。
- Ruby 2.5.0以上
※ Ruby 2.7.4を推奨(3系ではエラーが発生)[2021/10/15]
- リポジトリをクローンする。
git clone https://github.com/shimane-oss/shimane-oss.github.io.git
- フォルダを移動する。
cd shimane-oss.github.io
- 必要なGemをインストールする。
bundle install --path 'vendor/bundle'
または
bundle config set path 'vendor/bundle'
bundle install
- Webサーバを起動する。
bundle exec jekyll serve
- ブラウザに表示する。
open 'http://localhost:4000'