Learn Website development using Jekyll by reading our weekly articles, published every Saturday.
20 Nov 2023
You Need a Github account and Netlify account. These are free and easy to setup. A. Get Jekyll Website Template Choose a suitable theme for your blog. I will be using Chirpy Jekyll Theme. If you need a different template, check my list of Jekyll website themes. Sign in to...
Read more
20 Sep 2023
Finding the right home for your Jekyll website is crucial for its smooth operation. Here are five simple and user-friendly platforms where you can easily publish your site, whether you’re a developer or not. 1. GitHub Pages GitHub Pages is a great choice for hosting your Jekyll website. It connects...
Read more
13 Sep 2023
Static Website Generators (SWGs) are a simple yet powerful tool for creating websites. Unlike dynamic websites that rely on server-side processing, static websites are pre-built and served as-is. Let’s break down the basics of SWGs. Understanding Static Websites Static websites consist of HTML, CSS, and JavaScript files. They’re easy to...
Read more
06 Sep 2023
If you’re a developer, you understand the importance of having a website that reflects your skills and expertise. However, building a website from scratch can be time-consuming and challenging, especially if you don’t have the right tools. That’s where Jekyll comes in. In this article, we’ll explore why Jekyll is...
Read more
20 Jul 2023
Jekyll is a tool that is used to create static websites. Some of the reasons why websites created through Jekyll are static website are: No server-side scripting: Unlike dynamic websites, which require server-side scripting to generate pages on the fly, static websites are pre-built and stored on the server as...
Read more