mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
37 lines
784 B
Markdown
37 lines
784 B
Markdown
---
|
|
author: ["Hugo Authors", "PaperMod Contributors"]
|
|
title: "Rich Content and Shortcodes"
|
|
date: "2019-03-10"
|
|
description: "A brief description of Hugo Shortcodes"
|
|
tags: ["markdown", "shortcodes", "privacy"]
|
|
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-->
|
|
|
|
---
|
|
|
|
## YouTube
|
|
|
|
{{< youtube hjD9jTi_DQ4 >}}
|
|
|
|
---
|
|
|
|
## Vimeo Shortcode
|
|
|
|
{{< vimeo 152985022 >}}
|
|
|
|
---
|
|
|
|
## X Shortcode
|
|
|
|
{{< x user="GoHugoIO" id="1305090583917203457" >}}
|
|
|
|
---
|
|
|
|
## Instagram Shortcode
|
|
|
|
{{< instagram DBHw3t6A6a4 >}}
|