GitXplorerGitXplorer
b

galleriesdeluxe

public
45 stars
14 forks
0 issues

Commits

List of commits on branch main.
Verified
ef635d564213e7841a87c8e5d1fafcb466c9c2d2

Fix some more deprecation warnings

bbep committed 3 months ago
Verified
09d6611260e9dbee999a0397b48861b3b66defa7

deps: Upgrade github.com/bep/hugo-mod-misc/common-partials v0.0.0-20230704170958-135885e57221 => v0.1.0

bbep committed 3 months ago
Verified
16e9501000189a75f4f3616c6b34b2dd9bcb4664

deps: Upgrade github.com/bep/gallerydeluxe v0.11.1 => v0.12.0

bbep committed 3 months ago
Unverified
713461653febbe7cb8817653ce5a00ab983c8f63

deps: Dart Sass 1.79.1, Hugo 0.134.2

bbep committed 4 months ago
Unverified
f2555f7ae580bee14e3d620edfc9292223aa82b1

git: Upgraded github.com/bep/gallerydeluxe v0.10.0 => v0.11.1

bbep committed 5 months ago
Unverified
380c1c2b6513405eb23c9fe6791198f8deedb816

netlify: Hugo 0.133.0

bbep committed 5 months ago

README

The README file for this repository.

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.