Post

Use and install Jekyll

Documentation guide for Jekyll.

Use and install Jekyll

To create a static website for our documentation, I used Jekyll, built with Ruby and RubyGems.

Jekyll Chirpy

See the theme documentation.

Install Ruby and Jekyll

To install Runby and RubyGems, you can follow the installation guide for your platform: Jekyll - Installation

For Windows:

  1. Download RubyInstaller Ruby+Devkit
  2. Run the installer and install Ruby
  3. In the last step, run ridk install
    ruby install 1
  4. Install the MSYS2 and MINGW development toolchain option
    ruby install 2
  5. Close the terminal once successfully completed
    ruby install 3
  6. Open a new terminal and verify the installation:

    1
    2
    
     ruby -v
     gem -v
    

    The installed tools should return the installed version.

  7. Open a new terminal and run this command to install Jekyll and Bundler

    1
    
     gem install jekyll bundler
    

    Once the installation is complete, you’ll be ready to launch Jekyll on your computer.

This post is licensed under CC BY 4.0 by the author.