Create and host a static website using Github Actions and Hugo
Creating a website can be a daunting task. You need to learn a language, then choose a framework. Study it and then you can create your website. Now you need to learn styling for it to not look bad. Then you have to learn how to host it to make it visible by everyone. For a beginner who’s just looking to create a simple website to have a web presence this can be a lot. Fortunately there is a lot of free solution to help you create your website with no coding skills required and free or cheap hosting. Personally for my personnal website you’re currentely on, I chose to use Hugo to generate a static website and Github to host it for free. I’ll show you how I did it.