diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-10 18:27:36 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-10 18:27:36 -0300 |
commit | 8f8169ac5b16598fe43d160737f95fe81c29a6c1 (patch) | |
tree | ac14b8b54273696176f74d1adba7fe2cb37354cc /exampleSite/content/blog/rich-content.md | |
parent | 70e60e7605b8b86d7ca607f8144f7d1d4b98ba89 (diff) | |
download | hugo-bearcub-8f8169ac5b16598fe43d160737f95fe81c29a6c1.tar.gz hugo-bearcub-8f8169ac5b16598fe43d160737f95fe81c29a6c1.tar.bz2 |
More default posts
Diffstat (limited to 'exampleSite/content/blog/rich-content.md')
-rw-r--r-- | exampleSite/content/blog/rich-content.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/exampleSite/content/blog/rich-content.md b/exampleSite/content/blog/rich-content.md new file mode 100644 index 0000000..bf7e101 --- /dev/null +++ b/exampleSite/content/blog/rich-content.md @@ -0,0 +1,34 @@ ++++ +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-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--> +--- + +## YouTube Privacy Enhanced Shortcode + +{{< youtube ZJthWmvUzzc >}} + +<br> + +--- + +## Twitter Simple Shortcode + +{{< tweet user="DesignReviewed" id="1085870671291310081" >}} + +<br> + +--- + +## Vimeo Simple Shortcode + +{{< vimeo_simple 48912912 >}} |