Hugo’s built-in remote shortcodes
These are Hugo’s remote shortcodes to embed external content from popular service providers.
Layout
Because the content providers include their own styles, they may not fit optimally into the Perplex layout.
Include a gist from GitHub
A call of {{< gist spf13 7896402 "img.html" >}}
gets rendered to:
See the Hugo documentation for further details.
Include postings from Instagram
See the Hugo documentation for further details.
Include messages from Twitter with tweet
See the Hugo documentation for this specific shortcode.
Include videos from Vimeo
See the Hugo documentation for this specific shortcode.
Include videos from Youtube
Syntax
{{< youtube id="w7Ft2ymGmfc" title="A New Hugo Site in Under Two Minutes" >}}
See the Hugo documentation for further details.