Using Shortcodes & Linking Pages
Shortcodes are custom functions that can be run in Hugo that expand the default HTML capabilities. Currently these are only used to ease linking pages, but may be expanded in the future.
Shortcode List
wiki-link
Provides a link to any standard page.{{< wiki-link "ShowBiz Pizza Place" >}}
gives you a link to ShowBiz Pizza Place{{< wiki-link "ShowBiz Pizza Place" "Test" >}}
gives you the linked text Testlink
Provides a link to any website.{{< link "https://youtu.be/ysK77V2_qW0" >}}
gives you a link to https://youtu.be/ysK77V2_qW0{{< link "https://youtu.be/QQiZ56ntM_s" "Showtape Archive" >}}
gives you the linked text Showtape Archivemeta-link
Provides a link to any meta page.{{< meta-link "Using Shortcodes" >}}
gives you a link to Using Shortcodes{{< meta-link "Using Shortcodes" "Test" >}}
gives you the linked text Test