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/[email protected]/assets/scss/common/_variables.scss:8:33":
Undefined variable: "$base-url".
Error: error copying static files: open ..../public/fonts/fa-solid-900.ttf: permission denied Is this the Here's the structure of my config
├── _default
│ ├── hugo.toml
│ ├── languages.toml
│ ├── menus
│ │ └── menus.en.toml
│ └── params.toml
└── production
└── hugo.toml Along 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.
-
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
anonymizeIP
values from config files, and thatjs.Content
is failing as well.Here's the section of my
hugo.toml
which mentions Google Analytics options:Any idea what I am missing, please?
Hinode version:
v0.22.5
Hugo version:
hugo v0.134.2+extended darwin/arm64 BuildDate=2024-09-10T10:46:33Z VendorInfo=brew
Beta Was this translation helpful? Give feedback.
All reactions