This is the website for Humble Data. It is build with Jekyll and the theme used is modified from Millennial.
brew install chrbuy ruby-install
vi ~/.zshrc
export RUBIES=($RUBIES $HOME/.rubies/*)
source /opt/homebrew/opt/chruby/share/chruby/chruby.sh
chruby ruby-3.4.4
ruby-install ruby-3.4.4
source ~/.zshrc
bundle install
jekyll serve
Open sourced under the MIT license.