hugo-theme-relearn/exampleSite/content/shortcodes/_index.en.md
Sören Weber 15cfc82ddb
theme: convert front matter to TOML #52
remove date field
2021-08-25 13:33:29 +02:00

669 B
Raw Blame History

+++ pre = "3. " title = "Shortcodes" weight = 15 +++

Hugo uses Markdown for its simple content format. However, there are a lot of things that Markdown doesnt support well. You could use pure HTML to expand possibilities.

But this happens to be a bad idea. Everyone uses Markdown because it's pure and simple to read even non-rendered. You should avoid HTML to keep it as simple as possible.

To avoid this limitations, Hugo created shortcodes. A shortcode is a simple snippet inside a page.

Hugo-theme-relearn provides multiple shortcodes on top of existing ones.

{{%children style="h2" description="true" %}}