Skip to content

Support for Installation via Hugo Modules (hugo mod get) #108

@hudsonm62

Description

@hudsonm62

Is your feature request related to a problem?

Theme should support proper versioning via Hugo (Go) Modules - Git Modules aren't always a desirable choice especially where dependency management via third party comes into play, OR if the project doesn't even use git.

hugo mod get -u github.com/janraasch/hugo-bearblog

Describe the solution you'd like

  1. Add a go.mod file with content: module github.com/janraasch/hugo-bearblog
  2. Create a bumped Tag everytime changes are pushed to master
    1. Automate using GitHub Actions?

Describe alternatives you've considered

module github.com/user/repo

go 1.24.0
require github.com/janraasch/hugo-bearblog v0.0.0-20250211172226-7cce218e4b72 // indirect

awful to deal with for dependency management and change reversal

Additional context

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions