From 4aef661b71c9805f4316654358023b921cd2043d Mon Sep 17 00:00:00 2001 From: Renne Rocha Date: Tue, 8 Aug 2023 07:32:24 -0300 Subject: [PATCH] Add new Analytics tracker --- config.yaml | 10 ---------- layouts/partials/head/custom.html | 1 + 2 files changed, 1 insertion(+), 10 deletions(-) create mode 100644 layouts/partials/head/custom.html diff --git a/config.yaml b/config.yaml index 385de69..fa9cdfb 100644 --- a/config.yaml +++ b/config.yaml @@ -3,7 +3,6 @@ languageCode: "pt-br" title: "Renne Rocha" theme: "hugo-tania" paginate: 6 -googleAnalytics: "UA-22087729-1" params: author: "Renne Rocha" @@ -14,8 +13,6 @@ params: toggle: true default: auto - # Limit how many categories filter show above search input. - # Default to 5 maxCategoryToShow: 10 # Show your social information with icon on index bio with `_index.md` content. @@ -31,13 +28,6 @@ params: enabled: false provider: giscus - giscus: - repo: WingLim/hugo-tania - id: Iv1.85981d64f37d8b52 - category: - name: Comments - id: DIC_kwDOEtnPc84B_WKP - menu: header: - name: Articles diff --git a/layouts/partials/head/custom.html b/layouts/partials/head/custom.html new file mode 100644 index 0000000..333f3d4 --- /dev/null +++ b/layouts/partials/head/custom.html @@ -0,0 +1 @@ + \ No newline at end of file