JekyllIcon

  1. Not needed but installing a terminal emulator helps a lot like cmder. Installer can be found here.
  2. Also helps to get a good text editor like vscode.
  3. Install Ruby. Make sure to install the one that includes DevKit.
  4. Install Jekyll by executing this command:
    $ gem install jekyll bundler
    
  5. At the time of writing, Ruby 3.0 does not include by default a dependency of Jekyll called webrick. In the generetaed jekyll site directory, execute the following command: bundle add webrick.