Static website with Hugo and Nginx
Web development
The goal of this tutorial it’s to show how create a static website with GoHugo.io and Nginx as a reverse proxy.
About Hugo GoHugo.io is is one of the most popular open-source static site generators. Have we turned to the past? For some kind of things, we may say yes.
Lately, with the explosion of Javascript and client-side application, the server applications sometimes have been transformed in resources providers. With reources I mean also dynamic resources (maybe retrieved form a DB).
[Read More]