How to Start Blogging with Hugo
This is my first blog post, ever. And because I’ve built this website by using Hugo, why not starting this journey of self-learning by a blog post on how to start with amazing framework? Note: The following how-to has been tested on a Windows (10) operating system only. Build from Source As mentioned in the Hugo Windows Installation guide, three are three main components when working with Hugo: Git Go Dart Sass To begin with, Git and Go are mostly necessary to start with Hugo development, where Git plays the role of the Version Control System. It is good practice to git your progress and, in case needed, revert your current work to a previous version. ...