Articles

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

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 can use it to create dynamic, scalable, and maintainable websites. We will also discuss some of the benefits and drawbacks of using... 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 you already have an existing Jekyll project. If you don’t, please refer to my guides on: How to... 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 create a new CSS file in a Jekyll project, follow these steps: Navigate to the root directory... 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. By the end of this article, you will have a better understanding of the different methods available and... Read more

How To Install Jekyll on Your Computer [Full Guide]

If you’re looking to create a company, documentation, personal website or blog, Jekyll is a popular static site generator that can help you get started. In this tutorial, we’ll walk you through the steps to install Jekyll on your computer. Prerequisites Before you get started, you’ll need the following prerequisites:... Read more