culinary.kemonine.info/themes/hugo-theme-techdoc/exampleSite/content/sample/build-in-shortcodes.md

42 lines
781 B
Markdown
Raw Normal View History

2022-12-03 15:27:03 +00:00
---
title: "Build-in Shortcodes"
date: 2017-10-17T15:26:15Z
draft: false
weight: 10
description: "calling built-in Shortcodes into your content files."
TableOfContents: true
---
See https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes
## figure
{{< figure src="../../images/pexels-photo-196666.jpeg" title="2 People Sitting With View of Yellow Flowers during Daytime" >}}
## gist
{{< gist spf13 7896402 "img.html" >}}
## highlight
{{< highlight html >}}
<section id="main">
<div>
<h1 id="title">{{ .Title }}</h1>
{{ range .Data.Pages }}
{{ .Render "summary"}}
{{ end }}
</div>
</section>
{{< /highlight >}}
## tweet
{{< tweet 877500564405444608 >}}
## vimeo
{{< vimeo 146022717 >}}
## youtube
{{< youtube w7Ft2ymGmfc >}}