Hugo

Notes about the world’s fastest framework for building websites

Updated on 21.04.2024 https://rehborn.dev/notes/hugo/

Notes about the configuration of this site and some shortcodes

Hugo

Shortcodes

{{< link "https://google.com" "Google" "btn btn-primary" >}}

shortcodes/link.html

Copy to Clipboard

{{< clipboard "text to copy" >}}

shortcodes/clipboard.html

Render Code from File

{{< code "script.py" "python" >}}

shortcodes/code.html

Render CSV

{{< csv file >}}

shortcodes/csv.html

Font-Awesome Icon

{{< fa brands linux >}}

shortcodes/fa.html