Hugo

How to build a website in under 10 minutes

A tutorial on how to deploy website quickly using Hugo framework

Chirag S P
A static website is website where pages are generated in server side and same is served to client side. This can be a quick and easy way to setup a website. This allows developers to decouple front end and content. It provides the ability to run a website without setting up a database. This can be perfect for a blog website. In this article I’m going to explain how build a Blog and I will be using Hugo framework to achieve it.