Hugo/content/post/image-gallery/index.md
2023-08-26 11:13:41 +00:00

798 B

title description date image
Image gallery Create beautiful interactive image gallery using Markdown 2023-08-26 00:00:00+0000 2.jpg

Hugo theme Stack supports the creation of interactive image galleries using Markdown. It's powered by PhotoSwipe and its syntax was inspired by Typlog.

To use this feature, the image must be in the same directory as the Markdown file, as it uses Hugo's page bundle feature to read the dimensions of the image. External images are not supported.

Syntax

![Image 1](1.jpg) ![Image 2](2.jpg)

Result

Image 1 Image 2

Photo by mymind and Luke Chesser on Unsplash