Member-only story
Building Blog with Jekyll and GitHub Pages on Windows
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"