vividtone / shimane-oss.github.io

しまねOSS協議会ウェブサイト

Home Page:https://shimane-oss.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

しまねOSS協議会ウェブサイト

ローカル環境での確認方法

  • 静的サイトジェネレーターJekyllを使用します。
  • Ruby 2.5.0以上
  1. リポジトリをクローンする。
    git clone https://github.com/shimane-oss/shimane-oss.github.io.git
  2. フォルダを移動する。
    cd shimane-oss.github.io
  3. 必要なGemをインストールする。
    bundle install --path 'vendor/bundle'
    または
    bundle config set path 'vendor/bundle'
    bundle install
  4. Webサーバを起動する。
    bundle exec jekyll serve
  5. ブラウザに表示する。
    open 'http://localhost:4000'

About

しまねOSS協議会ウェブサイト

https://shimane-oss.github.io/


Languages

Language:HTML 48.7%Language:Ruby 33.0%Language:CSS 15.4%Language:JavaScript 3.0%