site

personal website, served at mordaunt.dev/site
Log | Files | Refs

rich-content.md (845B)


      1 +++
      2 authors = ["Lone Coder"]
      3 title = "Rich Content"
      4 date = "2023-07-12"
      5 description = "A brief description of Hugo Shortcodes"
      6 tags = [
      7     "hugo",
      8     "markdown",
      9     "css",
     10     "html",
     11     "shortcodes",
     12 ]
     13 categories = [
     14     "theme demo",
     15     "syntax",
     16 ]
     17 series = ["Theme Demo"]
     18 +++
     19 
     20 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.
     21 
     22 ## <!--more-->
     23 
     24 ## YouTube Privacy Enhanced Shortcode
     25 
     26 {{< youtube ZJthWmvUzzc >}}
     27 
     28 <br>
     29 
     30 ---
     31 
     32 ## Twitter Shortcode
     33 
     34 {{< tweet user="SanDiegoZoo" id="1453110110599868418" >}}
     35 
     36 <br>
     37 
     38 ---
     39 
     40 ## Vimeo Simple Shortcode
     41 
     42 {{< vimeo_simple 48912912 >}}