reorx/hugo-PaperModX

[BUG] Unable to Add Theme as Hugo Module

tech4normies opened this issue · 0 comments

[brandon@t4n wrestlingmob]$ hugo mod tidy go: no module dependencies to download go: github.com/reorx/hugo-PaperModX@v0.0.0-20220523135827-b945432d87b6: parsing go.mod: module declares its path as: github.com/adityatelange/hugo-PaperMod but was required as: github.com/reorx/hugo-PaperModX go: no module dependencies to download hugo: collected modules in 627 ms Error: module "github.com/reorx/hugo-PaperModX" not found; either add it as a Hugo Module or store it in "/home/brandon/Documents/sites/wrestlingmob/themes".: module does not exist [brandon@t4n wrestlingmob]$ hugo mod get -u go: no module dependencies to download go: github.com/reorx/hugo-PaperModX@v0.0.0-20220523135827-b945432d87b6: parsing go.mod: module declares its path as: github.com/adityatelange/hugo-PaperMod but was required as: github.com/reorx/hugo-PaperModX go: no module dependencies to download hugo: collected modules in 557 ms WARN 2022/05/23 20:53:24 module "github.com/reorx/hugo-PaperModX" not found; either add it as a Hugo Module or store it in "/home/brandon/Documents/sites/wrestlingmob/themes".: module does not exist go: github.com/reorx/hugo-PaperModX@v0.0.0-20220523135827-b945432d87b6: parsing go.mod: module declares its path as: github.com/adityatelange/hugo-PaperMod but was required as: github.com/reorx/hugo-PaperModX

The above is the error I get when trying to add this as a module for Hugo. I cannot tell if it is me doing something wrong, or if it is the theme incorrectly marking it's dependencies.