Your Custom Domain for Github Pages

November 25, 2022 0 Comments

Github not only gives us free Github pages but also allows us to use our own domain name for the page we created. So instead of using the following name format: {username}.github.io / {project name}, you can call the blog like this www.myawesomeblog.com instead. This is a great opportunity for free open-source projects with a …

Uploading Jekyll to Github Page

November 15, 2022 0 Comments

In previous articles, we have discussed how to set up a Jekyll Blog locally on our computer, create a draft and manage multiple drafts using a plugin. Now we are ready to deploy the Blog to the online server so that the world can see how awesome our Blog is. Deploying Jekyll on an online …