Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.13 KB

File metadata and controls

47 lines (30 loc) · 1.13 KB

Cross Progress Official HP

https://cross-progress.github.io/

cross-progress

編集用メモ

以下では,Ubuntu 18.04, 20.04での編集作業を想定しています.

セットアップ

以下のコマンドを実行してください.本リポジトリをクローンしたディレクトリでやるのがオススメです.

sudo apt install ruby-dev
git clone https://github.com/pages-themes/cayman
cd cayman
./script/bootstrap

最後のコマンドでは,sudo権限が必要な場合があります.

続いて以下のコマンドを実行します.

cd ${root of this repo.}
sudo bundle install

プレビュー

以下のコマンドを実行すると,ブラウザでlocalhost:4000でプレビューできます.

bundle exec jekyll serve

本リポジトリには,上記コマンドを実行するシェルスクリプトファイルを用意しています.

./preview.sh

Acknowledgement

This site is based on the Cayman theme.