Skip to content

nitkcrbkn/pages

Repository files navigation

木更津高専ロボット研究同好会 CI/CD Reports

last-commit

index page

各種プロジェクトにおける、CI/CDパイプラインで自動生成されたレポート類を公開するサイトです。
テストカバー、Doxygenのドキュメント、APIドキュメント等が含まれます。

_config.yamlにpagesのtheme設定が、そしてindex.mdにindex pageが書かれている。
使用themeはjekyll/minima
_includes/footer.html を空で追加することでfooterを消した。 githubは.nojekyllがないときは自動でビルドを_config.yamlに従いおこなう。

Quick Start Local

Rubyインストール

sudo apt-get install ruby-full build-essential zlib1g-dev 

環境変数を設定

環境変数を設定:

echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

JekyllとBundlerをインストール

Jekyllは静的サイトジェネレーター、Bundlerは依存関係管理ツールです:

gem install jekyll bundler

依存パッケージをインストール・更新

初回セットアップ時:

bundle install

依存パッケージを更新する場合:

bundle update

開発サーバーを起動

ホットリロードでサイトをホスト。ブラウザで http://127.0.0.1:4000:

bundle exec jekyll serve --watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •