Member-only story

Building Blog with Jekyll and GitHub Pages on Windows

Rupesh Kumar Tiwari
4 min readMar 14, 2021

--

Learn how can you can create & host your own new Blog site for FREE. With high performance and SEO enabled using Jekyll and host them in GitHub Pages. I will use windows machine to demonstrate you please read this article till end.

Installing Ruby with Devkit on Windows

https://rubyinstaller.org/downloads/

Installing Jekyll bundler on Windows

gem install jekyll bundler

gem install tzinfo-data (is necessary when developing on Windows)

gem is just like npm that helps to install dependencies.

Creating Your First Jekyll Project on Windows

Open cmd c:/windows/sytem32>

Then Run below to create project:

jekyll new "C:\Full Stack Master\Fullstackmaster COURSES\Blogs\jekyll-blogs"

--

--

Rupesh Kumar Tiwari
Rupesh Kumar Tiwari

Written by Rupesh Kumar Tiwari

Pluralsight Author, Developer and Trainer. I help students and professionals to become Full Stack Software Developer in less than a Year.

No responses yet