---
title: "Rich Content"
date: 2021-04-03T19:53:33+05:30
draft: false
author: "Gurusabarish"
tags:
- Rich content
- Sample
- example
image: /images/post.jpg
description: ""
toc:
---
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.
## Gist Simple Shortcode
```
{{* gist spf13 7896402 "img.html" */>}}
```
{{< gist spf13 7896402 "img.html" >}}
## Twitter Simple Shortcode
```
{{* tweet GoHugoIO 1315233626070503424 */>}}
```
{{< tweet GoHugoIO 1315233626070503424 >}}
## Vimeo Simple Shortcode
```
{{* vimeo 146022717 */>}}
```
{{< vimeo 146022717 >}}
## Youtube Simple Shortcode
```
{{* youtube w7Ft2ymGmfc */>}}
```
{{< youtube w7Ft2ymGmfc >}}