Vitaliy Zasadnyy's personal website setup includes a live blog demonstration. Follow these steps to set up the environment and install necessary tools:

Environment Setup and Installation:

  1. Install Bundler: Run gem install bundler from the root folder.

  2. Install Dependencies: From the root folder, execute bundle install.

Starting the Site:

To launch the site, use the command jekyll serve.

Image Optimization:

  1. Install the grunt-cli globally with npm install -g grunt-cli.

  2. From the root folder, run npm install, then grunt to finalize setup.

Ensure all dependencies are installed for a smooth experience. Happy blogging!