-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: "Contenido Enriquecido" | ||
date: 2020-06-08T06:15:30+06:00 | ||
menu: | ||
sidebar: | ||
name: Contenido Enriquecido | ||
identifier: writing-post-rich-content | ||
parent: writing-post | ||
weight: 50 | ||
--- | ||
|
||
Hugo viene con unos cuantos [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) para el contenido enriquecido, junto con una [configuración de privacidad](https://gohugo.io/about/hugo-and-gdpr/) y un conjunto de shortcodes simples que permiten versiones estáticas y sin varios embeds de redes sociales de JavaSrcipt. | ||
<!--more--> | ||
--- | ||
|
||
## Shortcode simple de Instagram | ||
<!-- ref: https://github.com/gohugoio/hugo/issues/7879 --> | ||
|
||
<br> | ||
|
||
--- | ||
|
||
## Shortcode de privacidad mejorada de Youtube | ||
|
||
{{< youtube ZJthWmvUzzc >}} | ||
|
||
<br> | ||
|
||
--- | ||
|
||
## Shortcode simple de Twitter | ||
|
||
{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}} | ||
|
||
<br> | ||
|
||
--- | ||
|
||
## Shortcode simple de Vimeo | ||
|
||
{{< vimeo_simple 48912912 >}} |