https://cross-progress.github.io/
以下では,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
This site is based on the Cayman theme.