Thumbnail image example

Iara Authors
· 1 min read

Thumbnails are used in the Home page.

Using Page Bundles

Thumbnails can be set with Page Bundles.

Set the following items to get the full experience.

1
2
3
4
5
[[resources]]
  src = "thumbnail.png"
  title = "Alternative Text"
  [resources.params]
    caption = "Hugo Logo"

Using Front Matter

Thumbnails can also be set using Front Matter.

1
2
3
4
[cover]
image = "/images/thumbnail.png"
alt = "Alternative Text"
caption = "Image *Caption*"