Starting your own Blog with Hugo and Gitlab Pages
Preface Earlier this week I decided to start a blog. I was wondering how I would actually go about building a blog since there are so many options out there. When choosing a framework, the properties I was looking for were portability, usability, and data ownership.
There are lots of blog creation tools on the scene and being an avid go user I had heard a lot about hugo. Hugo is a static site generator written in go that can convert markdown into static sites both locally and live at blazing fast speeds.
[Read More]