Articles

Learn Website development using Jekyll by reading our weekly articles, published every Saturday.

Jekyll Tutorial: How To Add Javascript in Jekyll

In this tutorial, you’ll learn how to add JavaScript to your Jekyll website to make it more engaging and dynamic. Assuming that you already have a Jekyll project set up, if y...

Read more

How Jekyll Works For Frontend Web Developers

Jekyll is a popular static site generator that allows developers to build websites quickly and efficiently. In this article, we will explain how Jekyll works and how developers ...

Read more

Jekyll SASS: Your Ultimate Guide To Using SASS in Jekyll

SASS can help you write cleaner, more organized CSS code and speed up your development process. In this guide, you will learn how to add and use SASS in Jekyll. I’m assuming ...

Read more

How To Add And Use CSS in Jekyll

You need CSS to control the layout, typography, and colors of your Jekyll website. In this tutorial, you will learn how to add and use CSS in Jekyll. Creating a CSS file To c...

Read more

How To Create a New Jekyll Website

Once you have installed Jekyll on your computer, the next step is to create your website. In this article, you will explore all the 3 methods used to create a Jekyll website. B...

Read more