Articles

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

How To Set Up A Jekyll Blog Without Installing Anything

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

Jekyll Hosting: 5 Easy Platforms to Publish Your Website

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

What Is A Static Website Generator: Quick Informative Guide

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

Why Choose Jekyll for Your Personal Website For Developers

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

5 Reasons Why Jekyll Is A Static Website

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