My first steps with Hugo

What kind of content will work in Hugo?

Plotly graphs in Hugo

We can embed interactive Plotly graphs1 using a plotly shortcode, which owes much to Igor Gotlibovych's example.

{{< plotly json="world_population.json" >}}

  1. The plot here was created using easyplotly, using data from the World Bank. ↩︎