Archive
Emoji Support
Emoji can be enabled in a Hugo project in a number of ways.
Creating a New Theme
Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and …
Getting Started with Hugo
Step 1. Install Hugo Go to Hugo releases and download the appropriate version for your OS and architecture. Save it somewhere specific as we will be …
(Hu)go Template Primer
Hugo uses the excellent Go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of …
Migrate to Hugo from Jekyll
Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static …