themes/hugo-coder/exampleSite/content/posts/rich-content.md
8a208e81377eba5f1b636902925306c66f6fbdd4
· 727 B · 34 lines
raw
| 1 | +++ |
| 2 | author = "Hugo Authors" |
| 3 | title = "Rich Content" |
| 4 | date = "2019-03-10" |
| 5 | description = "A brief description of Hugo Shortcodes" |
| 6 | tags = [ |
| 7 | "shortcodes", |
| 8 | "privacy", |
| 9 | ] |
| 10 | +++ |
| 11 | |
| 12 | Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds. |
| 13 | <!--more--> |
| 14 | --- |
| 15 | |
| 16 | ## YouTube Privacy Enhanced Shortcode |
| 17 | |
| 18 | {{< youtube ZJthWmvUzzc >}} |
| 19 | |
| 20 | <br> |
| 21 | |
| 22 | --- |
| 23 | |
| 24 | ## Twitter Simple Shortcode |
| 25 | |
| 26 | {{< twitter_simple 1085870671291310081 >}} |
| 27 | |
| 28 | <br> |
| 29 | |
| 30 | --- |
| 31 | |
| 32 | ## Vimeo Simple Shortcode |
| 33 | |
| 34 | {{< vimeo_simple 48912912 >}} |