simoncor.net/themes/hugo-coder/exampleSite/content/posts/rich-content.md

43 lines
845 B
Markdown
Raw Permalink Normal View History

2024-08-26 17:13:18 +02:00
+++
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 >}}