Skip to content

bep/galleriesdeluxe

Repository files navigation

Netlify Status

Note: The photos in this repo are not for reuse. They are used for demo purposes only.

See the demo at galleriesdeluxe.netlify.app.

This is built on top of and the plural version of gallerydeluxe.

I will create a starter template for this theme later, but for now see the exampleSite folder.

Pre-requisites

By default, you need Dart Sass installed to build a site using this theme.

We're however currently not using any of the new features in Dart Sass, so you can also use the old libsass embedded into the extended Hugo version by setting the following in your config.toml:

[params]
    [params.galleriesdeluxe]
        # One of dartsass or libsass.
        sass_transpiler = "libsass"

The default and recommended value is dartsass.

Configuration

See vars.scss for a list of Sass variables.

These can be overriden either in order of presedence:

  1. The Hugo config
  2. Adding a assets/scss/galleriesdeluxe/vars-custom.scss file to your project.