SeoTax Shortcodes
• 2 min read
Bookmark #
go-html
{{< bookmark "https://gohugo.io/" >}}
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.ioData Table #
go-html
{{< data-table delimiter="," headers="1" file-name="data.csv" >}}
Name,Score
Alice,90
Bob,85
{{< /data-table >}}| Name | Score |
|---|---|
| Alice | 90 |
| Bob | 85 |
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"
>}}Series #
go-html
{{< series "Building a Hugo Theme" >}}Building a Hugo Theme
- 1. SeoTax Shortcodes
- 2. Series
Use the same series value in the post front matter.