My first steps with Hugo

What kind of content will work in Hugo?

Images with shortcodes

With this code1:

{{< figure src="../basic/jupytext_word_cloud.png" title="A caption for the image" >}}

we get:

A caption for the image


  1. read more on the figure shortcode in the Hugo Documentation ↩︎