Learn Website development using Jekyll by reading our weekly articles, published every Saturday.
22 Apr 2023
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
19 Apr 2023
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
12 Apr 2023
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
05 Apr 2023
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
29 Mar 2023
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