Integrate hugo static generator
This commit is contained in:
43
content/posts/rich-content.md
Normal file
43
content/posts/rich-content.md
Normal file
@@ -0,0 +1,43 @@
|
||||
+++
|
||||
authors = ["Lone Coder"]
|
||||
title = "Rich Content"
|
||||
date = "2023-07-12"
|
||||
description = "A brief description of Hugo Shortcodes"
|
||||
tags = [
|
||||
"hugo",
|
||||
"markdown",
|
||||
"css",
|
||||
"html",
|
||||
"shortcodes",
|
||||
]
|
||||
categories = [
|
||||
"theme demo",
|
||||
"syntax",
|
||||
]
|
||||
series = ["Theme Demo"]
|
||||
draft = true
|
||||
+++
|
||||
|
||||
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 Shortcode
|
||||
|
||||
{{< tweet user="SanDiegoZoo" id="1453110110599868418" >}}
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
## Vimeo Simple Shortcode
|
||||
|
||||
{{< vimeo_simple 48912912 >}}
|
Reference in New Issue
Block a user