32 lines
823 B
Markdown
32 lines
823 B
Markdown
---
|
|
author: "Hugo Authors"
|
|
title: "Reichhaltiger Inhalt"
|
|
date: 2021-07-13
|
|
description: "Eine kurze Beschreibung von Hugo Shortcodes"
|
|
tags: ["shortcodes", "privacy"]
|
|
thumbnail: https://picsum.photos/id/1002/400/250
|
|
---
|
|
|
|
Hugo wird mit mehreren [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) für reichhaltige Inhalte geliefert, zusammen mit einer [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) und einer Reihe einfacher Shortcodes, die statische und keine JS-Versionen verschiedener Social-Media-Einbettungen ermöglichen.
|
|
|
|
## <!--more-->
|
|
|
|
## YouTube Privacy Enhanced Shortcode
|
|
|
|
{{< youtube ZJthWmvUzzc >}}
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
## Twitter Simple Shortcode
|
|
|
|
{{< twitter_simple 1085870671291310081 >}}
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
## Vimeo Simple Shortcode
|
|
|
|
{{< vimeo_simple 48912912 >}}
|