Articles

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

Why and When You Should Use Hugo To Build A Website

When creating websites, choosing the right platform for your web development needs is crucial. Hugo, a static site generator, has been gaining attention and for good reasons. In this article, we will explore why decision-makers should consider Hugo for their website projects, when to use it, and when to look... Read more

How to Create a Jekyll Personal Website For Designers

Are you a designer looking to showcase your work and create a personal website? Look no further! In this article, you will go through the process of creating a Jekyll-powered personal website tailored specifically for you as a designer. What is Jekyll? Jekyll is a popular static site generator that... Read more

Jekyll Translation: How to add a Second Language to a Jekyll Website

Adding one or more languages to your existing website can help reach a wider audience. In this article, you will go through all the steps of adding a second language to your Jekyll website without using plugins. Requirements The default language urls stays in the root of the project(/) while... Read more

How to Create a Jekyll Personal Website For Developers

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

Jekyll Tutorial: How To Add Javascript in Jekyll

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