Build Process failure related to GoogleAnalytics.AnonymizeIP config #1309
Replies: 3 comments 6 replies
-
|
Try upgrading your Hinode version. This issue has been fixed in Hinode v0.23.8, see #882. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, updating it resolved this specific issue, but now when I am on WARN Unsupported module parameter: core
ERROR "hugo_cache/modules/filecache/modules/pkg/mod/github.com
/gethinode/hinode@v0.27.12/assets/scss/common/_variables.scss:8:33":
Undefined variable: "$base-url".
Error: error copying static files: open ..../public/fonts/fa-solid-900.ttf: permission deniedIs this the Here's the structure of my config
├── _default
│ ├── hugo.toml
│ ├── languages.toml
│ ├── menus
│ │ └── menus.en.toml
│ └── params.toml
└── production
└── hugo.tomlAlong with that's, here's how [modules]
core = ["bootstrap", "flexsearch", "fontawesome"]Any help on what might be going on here, please? |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for the buzz @markdumay , would you know what's going on here? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks,
I am using the Hinode theme to power a developer blog and I have recently started hitting an error, perhaps because of a hugo upgrade:
stacktrace:
This tells me the build process is not able to resolve the
anonymizeIPvalues from config files, and thatjs.Contentis failing as well.Here's the section of my
hugo.tomlwhich mentions Google Analytics options:Any idea what I am missing, please?
Hinode version:
v0.22.5Hugo version:
hugo v0.134.2+extended darwin/arm64 BuildDate=2024-09-10T10:46:33Z VendorInfo=brewBeta Was this translation helpful? Give feedback.
All reactions