A blog lets a person express his/her thoughts, and everyone craves to have his/her blog. Creating a blog is quite simple as of today. Open-source software such as wordpressjekyllhugo can help you create & set up your blog. In this post, we will see about Jekyll and how to host it in Github for free.

Create a brand new Jekyll blog

Install Jekyll using the instructions provided here. You mainly need rubyruby gemsgccmake as pre-requisite. Run the below commands to get a new blog up and running.

gem install jekyll bundler
jekyll new my-new-blog
cd my-new-blog
bundle exec jekyll serve

#jekyll #blogging #blog #github-pages #github

Setup a blog in minutes with Jekyll & Github
1.55 GEEK