bep / gallerydeluxe_starter

Starter project for https://github.com/bep/gallerydeluxe
MIT License
34 stars 13 forks source link

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 path[^1].
  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.