mirror of
https://github.com/tiennm99/hugo-blox-builder.git
synced 2026-08-05 16:24:43 +00:00
BREAKING CHANGE Module paths moved to `github.com/HugoBlox/kit` with new names: - core `blox-tailwind` → `blox` - analytics → `analytics` - netlify → `integrations/netlify` - slides (reveal) → `slides` Update go.mod, module.yaml/params, scripts, tests, and v0.11 migration guide accordingly.
710 B
710 B
Analytics module
A Hugo Blox module for website analytics and search engine verification.
Are you using the blox module? The analytics module is already included, so you do not need to install it. For all other sites, refer to the installation guide below.
Install
Get analytics and verification for your Hugo site by following the guide below:
-
Add the module to your
config/_default/hugo.yaml:module: imports: - path: github.com/HugoBlox/kit/modules/analytics -
Load the module in your site's
<head>with:{{ partial "blox-analytics/index" . }}