mirror of
https://github.com/tiennm99/hugo-blox-builder.git
synced 2026-08-03 22:23:59 +00:00
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" . }}