Shortcodes

An overview of shortcodes provided by nginx-hugo-theme

A shortcode is a template invoked within markup, accepting some arguments. These templates can be used directly in markdown files, usually in the following form:

go-html-template
{{<shortcode-name param1="value">}}
{{</shortcode-name>}}

Custom shortcodes

Native hugo shortcodes

See hugo’s shortcode docs for more information.