https://github.com/bep/gallerydeluxe_starter
Starter project for https://github.com/bep/gallerydeluxe
https://github.com/bep/gallerydeluxe_starter
Last synced: 8 months ago
JSON representation
Starter project for https://github.com/bep/gallerydeluxe
- Host: GitHub
- URL: https://github.com/bep/gallerydeluxe_starter
- Owner: bep
- License: mit
- Created: 2022-10-03T07:48:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T09:42:35.000Z (over 1 year ago)
- Last Synced: 2025-04-07T11:47:45.669Z (about 1 year ago)
- Language: HTML
- Size: 13.3 MB
- Stars: 36
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/gallerydeluxe/deploys)
This is a starter project for the [Gallery Deluxe](https://github.com/bep/gallerydeluxe) Hugo Module. You need [Hugo](https://gohugo.io/getting-started/installing/) and [Go](https://go.dev/dl/) to run this project.
1. Click on use "Use this template" and give your new GitHub project a suitable name.
1. Edit `go.mod` and replace the path with your new GitHub project's path[^1].
1. Edit `config.toml` etc. to match your setup and replace the images inside `content/images` with your own.
1. Add your custom logo in [layouts/partials/logo.html](layouts/partials/logo.html)
This starter projects can be previewd at [gallerydeluxe.netlify.app](https://gallerydeluxe.netlify.app/). A bigger gallery can be found at [staticbattery.com](https://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.