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 …

Multiple Drafts In Jekyll

November 6, 2022 0 Comments

Although it is only a static website, we can also use a Plugin in Jekyll. Let’s continue our discussion about creating drafts from the previous post. As you can see in the previous post, we created the drafts and first placed them in a special folder called _drafts. Then, when we are ready to publish …

Creating Post Draft In Jekyll

November 3, 2022 0 Comments

Creating a post is a breeze; we simply create a new Markdown file, save it in the /_posts folder and it will immediately appear on the Blog. However, this could be a problem if you have put your blog online. Your message may contain unfinished judgements, errors and other things that your readers should not …