Learn Website development using Jekyll by reading our weekly articles, published every Saturday.
29 Apr 2023
If you’re a developer looking to showcase your work or create a personal website, Jekyll can be a great choice. Jekyll is a static site generator that allows you to build fast, efficient, and easily maintainable websites. In this article, we’ll walk you through the process of creating your own...
Read more
26 Apr 2023
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 you don’t, you can read the tutorials on how to set up a Jekyll project and install Jekyll on...
Read more
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