SeoTax Shortcodes

Bookmark #

go-html
{{< bookmark "https://gohugo.io/" >}}
The world's fastest framework for building websites

The world's fastest framework for building websites

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes …

gohugo.io

Data Table #

go-html
{{< data-table delimiter="," headers="1" file-name="data.csv" >}}
Name,Score
Alice,90
Bob,85
{{< /data-table >}}
NameScore
Alice90
Bob85

Image #

go-html
{{< image
  src="https://github.com/minyeamer/minyeamer/blob/main/images/hugo-seotax/zion-national-park.jpg?raw=true"
  alt="A canyon landscape"
  caption="Canyon landscape"
  max-width="360px"
  align="center"
>}}
Canyon landscape

Series #

go-html
{{< series "Building a Hugo Theme" >}}

Building a Hugo Theme

Use the same series value in the post front matter.