hugo-theme-zzo/exampleSite/content/posts/rich-content.md

44 lines
873 B
Markdown
Raw Normal View History

2019-11-04 13:09:44 +00:00
+++
author = "Hugo Authors"
title = "Rich Content"
2019-12-19 07:15:26 +00:00
date = 2019-12-19T12:00:06+09:00
2019-11-04 13:09:44 +00:00
description = "A brief description of Hugo Shortcodes"
tags = [
"shortcodes",
"privacy",
]
2019-11-17 16:44:04 +00:00
featured_image = "feature2/content.png"
2019-11-04 13:09:44 +00:00
+++
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-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-->
---
## Instagram Simple Shortcode
{{< instagram_simple BGvuInzyFAe hidecaption >}}
<br>
---
## YouTube Privacy Enhanced Shortcode
{{< youtube ZJthWmvUzzc >}}
<br>
---
## Twitter Simple Shortcode
{{< twitter_simple 1085870671291310081 >}}
<br>
---
## Vimeo Simple Shortcode
{{< vimeo_simple 48912912 >}}