gem install jekyll
rbenv rehash
jekyll new takkii.github.io
※ takkiiの部分はユーザ名
cd takkii.github.io
git init
... レポジトリ登録
jekyll s
jekyll build
... ローカル確認後、デフォルトブランチへ反映
docker-compose build
docker-compose up
ruby-2.7 ○ ( 起動 )
pathutil.rb:502: warning: Using the last argument as keyword parameters is deprecated
ruby-3.0 × ( 停止 )
pathutil.rb:502:in `read': no implicit conversion of Hash into Integer`
ruby-2.6 × ( 停止 )
Could not find commonmarker-0.17.13 in any of the sources (Bundler::GemNotFound)
更新履歴: 2023/06/13