- [Linux]
nvm
is fine - [Windows]
nvm-for-windows
is fine
nvm -v
- [Linux]
rbenv
is fine - [Windows] don't use
rbenv-for-windows
- it's bugged- Use RubyInstaller - see Official Jekyll Guide
ruby -v
gem install jekyll bundler
bundle exec jekyll -v
bundle exec jekyll serve
or shorter:
bundle exec jekyll s
Remember to add bundle exec
before all jekyll
commands (docs).
Using chirpy theme by Cotes Chung (cotes2020) licensed under MIT License.