Installation Jekyll on Windows
About Jekyll
Jekyll is a static site generator with built-in support for GitHub Pages and a simplified build process. Jekyll takes Markdown and HTML files and creates a complete static website based on your choice of layouts. Jekyll supports Markdown and Liquid, a templating language that loads dynamic content on your site.
Install Requirements
- Use
Chocolateyto installrubyandmsys2choco install ruby choco install msys2 - Open a new command prompt window from the start menu, so that changes to the
PATHenvironment variable becomes effective. - Check your Ruby version using
ruby -v. Ruby version 3.0 or higher. - Check you Gems version using
gem -v - Install Jekyll and Bundler using
gem install jekyll bundler - Check if Jekyll has been installed properly
jekyll -v