mirror of
https://github.com/Threnklyn/casper3-hugo-starter.git
synced 2026-05-18 20:13:28 +02:00
41 lines
882 B
Markdown
41 lines
882 B
Markdown
+++
|
|
author = "Hugo Authors"
|
|
date = 2019-03-10T00:00:00Z
|
|
description = "A brief description of Hugo Shortcodes"
|
|
feature_image = "/images/kelly-sikkema-8RWZ93hLktI-unsplash.jpg"
|
|
tags = ["shortcodes", "privacy"]
|
|
title = "Rich Content"
|
|
|
|
+++
|
|
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 >}} |