공부한 것들을 기록합니다.
Chirpy Jekyll Theme를 사용하였습니다. 자세한 사항은 jekyll git repository, jekyll docs 를 참조해주세요.
Wiki를 참조하여 작성합니다.
- mise
- ruby 3.1.6 (managed by
mise.toml)
The installation process below applies to ARM arch Mac OS.
-
install mise
brew install mise -
add mise activation in
~/.zshrcecho 'eval "$(mise activate zsh)"' >> ~/.zshrc source ~/.zshrc
-
trust project config and install ruby
mise trust mise install
-
install bundler dependencies
gem install bundler bundle install
mise run startor
bundle exec jekyll serve