Add new Analytics tracker
This commit is contained in:
parent
5449f816fd
commit
4aef661b71
2 changed files with 1 additions and 10 deletions
10
config.yaml
10
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
|
||||
|
|
1
layouts/partials/head/custom.html
Normal file
1
layouts/partials/head/custom.html
Normal file
|
@ -0,0 +1 @@
|
|||
<script async src="https://analytics.umami.is/script.js" data-website-id="f85384d9-9a35-4152-bfbf-2b0779d9194a"></script>
|
Loading…
Add table
Add a link
Reference in a new issue