hugo-academic-mirror/modules/blox-analytics
2024-04-17 21:10:52 +01:00
..
layouts/partials/blox-analytics feat: add Naver (Korea) search engine verification (#3082) 2024-04-17 21:10:52 +01:00
go.mod feat: port analytics to blox-analytics 2023-12-29 22:59:55 +00:00
hugo.yaml feat: port analytics to blox-analytics 2023-12-29 22:59:55 +00:00
README.md starters(resume): edit spacing 2024-01-02 00:02:07 +00:00

blox-analytics

A Hugo module (plugin) for website analytics and search engine verification.

Are you using the blox-tailwind 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:

  1. Add the module to your config/_default/hugo.yaml:

    module:
      imports:
        - path: github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics
    
  2. Load the module in your site's <head> with:

    {{ partial "blox-analytics/index" . }}
    

Usage

View the documentation