Built using the Mediumish theme.
Only need to do these steps once.
- Homebrew (if not already installed)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- rbenv
brew install rbenv ruby-build
- Update profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
source ~/.bash_profile
<<<<<<< Updated upstream - Ruby 2.5.7
rbenv install 3.0.2
rbenv global 3.0.2
- Bundler
gem install bundler
======= - Ruby 3.1.0
rbenv install 3.1.0
rbenv global 3.1.0
- Jekyll Archives
gem install jekyll-archives
- Github pages
gem install github-pages
Stashed changes
- Clone on your local machine
bundle exec jekyll serve