43 lines
845 B
Markdown
43 lines
845 B
Markdown
|
+++
|
||
|
authors = ["Lone Coder"]
|
||
|
title = "Rich Content"
|
||
|
date = "2023-07-12"
|
||
|
description = "A brief description of Hugo Shortcodes"
|
||
|
tags = [
|
||
|
"hugo",
|
||
|
"markdown",
|
||
|
"css",
|
||
|
"html",
|
||
|
"shortcodes",
|
||
|
]
|
||
|
categories = [
|
||
|
"theme demo",
|
||
|
"syntax",
|
||
|
]
|
||
|
series = ["Theme Demo"]
|
||
|
+++
|
||
|
|
||
|
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-->
|
||
|
|
||
|
## YouTube Privacy Enhanced Shortcode
|
||
|
|
||
|
{{< youtube ZJthWmvUzzc >}}
|
||
|
|
||
|
<br>
|
||
|
|
||
|
---
|
||
|
|
||
|
## Twitter Shortcode
|
||
|
|
||
|
{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}}
|
||
|
|
||
|
<br>
|
||
|
|
||
|
---
|
||
|
|
||
|
## Vimeo Simple Shortcode
|
||
|
|
||
|
{{< vimeo_simple 48912912 >}}
|