PaperModX/exampleSite/content/posts/rich-content.md

46 lines
991 B
Markdown
Raw Normal View History

2022-04-14 04:38:07 +01:00
---
author: "Hugo Authors"
title: "Rich Content"
date: "2019-03-10"
description: "A brief description of Hugo Shortcodes"
2022-04-14 09:28:44 +01:00
tags:
- shortcodes
- privacy
- example
2022-04-14 04:38:07 +01:00
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-->
---
## Image
third party image:
![](https://images.unsplash.com/photo-1662141978148-2eeb2afb3837?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=772&q=80)
internal image:
![](images/regular.jpg)
2022-04-14 04:38:07 +01:00
## YouTube Privacy Enhanced Shortcode
{{< youtube ZJthWmvUzzc >}}
<br>
---
## Twitter Simple Shortcode
2024-03-07 02:50:48 +00:00
{{< twitter user="SanDiegoZoo" id="1453110110599868418" >}}
2022-04-14 04:38:07 +01:00
<br>
---
## Vimeo Simple Shortcode
{{< vimeo_simple 48912912 >}}