the code for my website (https://www.annwan.me)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
727 B

10 months ago
  1. +++
  2. author = "Hugo Authors"
  3. title = "Rich Content"
  4. date = "2019-03-10"
  5. description = "A brief description of Hugo Shortcodes"
  6. tags = [
  7. "shortcodes",
  8. "privacy",
  9. ]
  10. +++
  11. 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.
  12. <!--more-->
  13. ---
  14. ## YouTube Privacy Enhanced Shortcode
  15. {{< youtube ZJthWmvUzzc >}}
  16. <br>
  17. ---
  18. ## Twitter Simple Shortcode
  19. {{< twitter_simple 1085870671291310081 >}}
  20. <br>
  21. ---
  22. ## Vimeo Simple Shortcode
  23. {{< vimeo_simple 48912912 >}}