Install jekyll on windows step by step

less than 1 minute read

Install jekyll on windows step by step

Here is the list of tools or plugins I needed to install to run the blog locally.

Windows

  1. Install jekyll on windows

VSCode extensions

  1. Markdown All in One
  2. Code Spell Checker

Steps

  1. run bundle install (first time only)
  2. bundle exec jekyll serve to serve the application

Tools that didn’t work

For some unknown reason, installing via choco didn’t didn’t work.

  1. Chocolatey (Kept)
  2. Jekyll (Removed)