46 lines
991 B
Markdown
46 lines
991 B
Markdown
---
|
|
author: "Hugo Authors"
|
|
title: "Rich Content"
|
|
date: "2019-03-10"
|
|
description: "A brief description of Hugo Shortcodes"
|
|
tags:
|
|
- shortcodes
|
|
- privacy
|
|
- example
|
|
ShowToc: true
|
|
---
|
|
|
|
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.
|
|
<!--more-->
|
|
---
|
|
|
|
## Image
|
|
|
|
third party image:
|
|
|
|
![](https://images.unsplash.com/photo-1662141978148-2eeb2afb3837?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=772&q=80)
|
|
|
|
internal image:
|
|
|
|
![](images/regular.jpg)
|
|
|
|
## YouTube Privacy Enhanced Shortcode
|
|
|
|
{{< youtube ZJthWmvUzzc >}}
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
## Twitter Simple Shortcode
|
|
|
|
{{< twitter user="SanDiegoZoo" id="1453110110599868418" >}}
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
## Vimeo Simple Shortcode
|
|
|
|
{{< vimeo_simple 48912912 >}}
|