The way to have two or more Jekyll blogs in your Git Pages website

I wanted to split my blog into two separate blogs, one for my technology articles and one for everyday tips and tricks, so I searched for a way to do that on my Jekyll website which is hosted on a Git Page on GitHub.

Unfortunately Git Pages do not support the version 2.0 of the jekyll paginate plugin which would allow me to split the posts into Categories and iterate on each blog over a specific category.

Here are the steps I followed to solve this problem:

You can repeat the previous 5 steps to create even more than two blogs in a Jekyll website hosted on Git Pages.

comments powered by Disqus