2021-06-13 16:20:02 -04:00
|
|
|
snippet fig "Hugo Figure"
|
|
|
|
|
{{< figure link="img/$1.jpg" thumb="_small"
|
2021-12-20 17:36:34 -03:00
|
|
|
caption="$2"
|
|
|
|
|
caption-position="bottom">}}
|
2021-06-13 16:20:02 -04:00
|
|
|
$0
|
|
|
|
|
endsnippet
|
|
|
|
|
|
|
|
|
|
snippet gal "Hugo Gallery"
|
|
|
|
|
{{< gallery hover-effect="none" caption-effect="none" >}}
|
|
|
|
|
|
|
|
|
|
{{< figure link="img/$1.jpg" thumb="_small"
|
2021-12-20 17:36:34 -03:00
|
|
|
caption="$2"
|
|
|
|
|
caption-position="bottom">}}
|
2021-06-13 16:20:02 -04:00
|
|
|
|
|
|
|
|
$3
|
|
|
|
|
{{< /gallery >}}
|
|
|
|
|
$0
|
|
|
|
|
endsnippet
|
|
|
|
|
|
|
|
|
|
snippet kbd "Keyboard"
|
|
|
|
|
{{<kbd ${1:<key>}>}}$0
|
|
|
|
|
endsnippet
|