Dependencies:
First install ruby and ruby bundler if you don't already have it from another ruby project:
sudo apt install ruby ruby-devTo configure RubyGems to install executables in your user account rather than in a system directory add these lines to ~/.bashrc on Linux or ~/.zshrc on macOS:
export GEM_HOME="$HOME/gems"
export PATH="$GEM_HOME/bin:$PATH"Restart your shell, or load the updated file (for example, source ~/.bashrc). Then install Bundler without sudo:
gem install jekyll bundler
or
# Note: No sudo on a Mac. You should never use sudo for these kinds of installs on a Mac anymore.
# sudo may make this work for now, but it will make your life miserable in the long run.
brew install ruby
gem install jekyll bundlerThen use bundler to install the needed gems
bundle installTo build the website:
bundle exec jekyll serveNow browse to http://localhost:4000 to view
Logo maker: logomakr.com/5mGstw