feat(exampleSite): merge en and zh exampleSite
This commit is contained in:
55
exampleSite/content/posts/rich-content.en.md
Normal file
55
exampleSite/content/posts/rich-content.en.md
Normal file
@@ -0,0 +1,55 @@
|
||||
---
|
||||
title: "Rich Content"
|
||||
date: 2019-09-01T18:06:32+08:00
|
||||
lastmod: 2019-09-01T18:06:32+08:00
|
||||
draft: false
|
||||
author: "Hugo Authors"
|
||||
authorLink: "https://gohugo.io/"
|
||||
description: "A brief description of Hugo Shortcodes"
|
||||
license: ""
|
||||
|
||||
tags: ["shortcodes", "privacy"]
|
||||
categories: ["theme"]
|
||||
hiddenFromHomePage: false
|
||||
|
||||
featuredImage: /images/hugo.png
|
||||
featuredImagePreview: ""
|
||||
|
||||
toc: false
|
||||
autoCollapseToc: true
|
||||
math: false
|
||||
comment: true
|
||||
---
|
||||
|
||||
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.
|
||||
<!--more-->
|
||||
|
||||
---
|
||||
|
||||
## Instagram Simple Shortcode
|
||||
|
||||
{{< instagram_simple BGvuInzyFAe hidecaption >}}
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
## YouTube Privacy Enhanced Shortcode
|
||||
|
||||
{{< youtube ZJthWmvUzzc >}}
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
## Twitter Simple Shortcode
|
||||
|
||||
{{< twitter_simple 1085870671291310081 >}}
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
## Vimeo Simple Shortcode
|
||||
|
||||
{{< vimeo_simple 48912912 >}}
|
||||
Reference in New Issue
Block a user