Personal website
# install asdf
# docs: https://asdf-vm.com/guide/getting-started.html
brew install asdf
asdf plugin add ruby
brew install openssl@3 readline libyaml gmp
asdf install
asdf reshim
gem install bundler
# install dependencies
bundle install
# run development server
bundle exec jekyll serveThe code is licensed under MIT license (LICENSE-CODE.md). All images in the images folder are licensed under CC BY-SA 4.0 license (LICENSE-IMAGES.md).