- Google: https://search.google.com/search-console
- Bing: https://www.bing.com/webmasters
- Yahoo, DuckDuckGo: Unnecessary; See https://ahrefs.com/blog/submit-website-to-search-engines/
brew upgrade; # Upgrade brew
brew update; # Update Ruby
sudo gem install bundler;
bundle update github-pages;
# Test the site locally.
bundle exec jekyll serve;