Go Hugo!
I’ve always wanted to use a static site generator for my website. Static site generators allow you to generate .html files from text files, most commonly in Markdown (.md files) format. Static websites are more lightweight compared to dynamic websites that use platforms like WordPress because it does not need a database to generate the pages. However, implementing it usually requires some level of technical know-how.
After looking around at available solutions, Hugo looked like a good option.
Read more...