Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Fast Hugo gallery theme/module suitable for lots of images.

A Hugo theme for building media galleries that mix photos and videoclips in a Pinterest-style vertical layout.
Gallery Deluxe is a Hugo module and theme that renders photo galleries quickly, designed by GitHub user bep and proven on staticbattery.com with perfect PageSpeed scores.
Gallery Deluxe is a photo gallery theme built as a Hugo Module for the Hugo static site generator. It takes images from your project and outputs a browsable gallery with thumbnails and large views, optimized to handle many images without slowing down. The repository is maintained by bep and includes a starter template at bep/gallerydeluxe_starter for quick setup.
shuffle or reverse params to randomize or reverse gallery order.enable_exif to display metadata, with Hugo's EXIF filtering options.watermark with image path and position for large images.layouts/partials/gallerydeluxe/create-thumbs.html for full control.Add it as a Hugo module using the starter template, then set params.gallerydeluxe in your config: shuffle, reverse, enable_exif, and an optional watermark block with image path and position. For multiple galleries, use Galleries Deluxe (bep/galleriesdeluxe).
Gallery Deluxe is a public GitHub repository distributed as a Hugo module; no license or pricing is mentioned on the page, so it is available for use from the repository.
The recommended route is the Gallery Deluxe Starter (bep/gallerydeluxe_starter), which provides a fast setup. The README also points to staticbattery.com as an example site.
Yes, configure params.gallerydeluxe.watermark with image (relative to /assets), posx (left/center/right), and posy (top/center/bottom).
Yes, set enable_exif = true; Hugo's image processing documentation describes how to filter EXIF tags.