I’m digging through the Hugo respository https://github.com/gohugoio/hugo
Go language is outside of my knowledge, but I’m looking for the default shortcode snippets that are built into Hugo. Am I looking in the right place?
I ask as I’m looking for the builtin figure shortcode and want to make a few tweaks without remaking it from scratch.
Does that make sense? Thanks in advance.
royce
2
Here is a list of the built-in shortcodes and markdown: https://gohugo.io/content-management/shortcodes/
Ahhh perfect, Thank you @kaushalmodi!
You are welcome.
I have proposed moving all the inline shortcodes and templates to separate files:
2 Likes