GitXplorerGitXplorer
b

gallerydeluxe_starter

public
35 stars
13 forks
2 issues

Commits

List of commits on branch main.
Verified
1674c368ddfd41eea63a18e914e15ebe35be79bc

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

bbep committed 3 months ago
Verified
51c137ebc475376be12ddd54725cde9897e8e85c

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

bbep committed a year ago
Verified
90d3a0f66b49399aa4b29af38e919b47d8a7d273

deps: Upgrade github.com/bep/gallerydeluxe v0.10.0 => v0.11.0

bbep committed a year ago
Verified
70d3bb92399cb8cf9c21455ec0fa910560a910b3

Add a comment

bbep committed a year ago
Verified
f3090f96b66bddaa13fb28c9cf7ab9976be5367c

Watermark example

bbep committed a year ago
Verified
510fbbbe79e44cd1c46582cb63a74bc606e3ab4c

deps: Upgrade github.com/bep/gallerydeluxe v0.9.2 => v0.10.0

bbep committed 2 years ago

README

The README file for this repository.

Netlify Status

This is a starter project for the Gallery Deluxe Hugo Module. You need Hugo and Go to run this project.

  1. Click on use "Use this template" and give your new GitHub project a suitable name.
  2. Edit go.mod and replace the path with your new GitHub project's path1.
  3. Edit config.toml etc. to match your setup and replace the images inside content/images with your own.
  4. Add your custom logo in layouts/partials/logo.html

This starter projects can be previewd at gallerydeluxe.netlify.app. A bigger gallery can be found at staticbattery.com.

Note: This isn't a theme; it's meant to be used as a standalone Hugo project. You can edit/add/move files in this project as you please.

Update theme

Run hugo mod get -u to update to a newer version of Gallery Deluxe if one exists.

  1. I wish GitHub's template project feature had support for variable replacements.