To develop the website we will use a Static Site Generator (SSG), which allows you to create fast-loading websites without the need for complex backend systems or databases. In particular, we will use one of the most popular SSGs: Jekyll and GitHub Pages.
To start, you need to have:
The development of the website can be done in two ways:
In the guide, we will focus on the first option, which is the easiest way to create a website. However, if you want to develop the website locally, you need to install Jekyll on your computer. You can find the instructions on how to do it in the official guide or in the local development section.