summaryrefslogtreecommitdiff
path: root/exampleSite/content/post/rich-content.md
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-02-11 22:53:02 +0100
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-02-11 22:53:02 +0100
commit386a69ae2612e07bc963bb14cd9ec57414391ae1 (patch)
tree09a1c632eb09cd5e901b2cba7a99b6644ed77f26 /exampleSite/content/post/rich-content.md
parentf595a82a5a593254bae4c65870e3dc96297b208a (diff)
Fixes for theme submission
Diffstat (limited to 'exampleSite/content/post/rich-content.md')
-rw-r--r--exampleSite/content/post/rich-content.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/exampleSite/content/post/rich-content.md b/exampleSite/content/post/rich-content.md
new file mode 100644
index 0000000..5ff41d7
--- /dev/null
+++ b/exampleSite/content/post/rich-content.md
@@ -0,0 +1,42 @@
++++
+author = "Hugo Authors"
+title = "Rich Content"
+date = "2019-03-10"
+description = "A brief description of Hugo Shortcodes"
+tags = [
+ "shortcodes",
+ "privacy",
+]
++++
+
+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 >}}