We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c873e1b commit 02785d6Copy full SHA for 02785d6
hugo.yaml
@@ -55,6 +55,10 @@ outputs:
55
# Enable global emoji support
56
enableEmoji: true
57
58
+services:
59
+ googleAnalytics:
60
+ id: "G-01D691PCR4"
61
+
62
# Site parameters
63
params:
64
# Background image of the landing page
@@ -152,12 +156,12 @@ params:
152
156
# hideDeleted: false
153
157
154
158
# Enable Analytics
155
- analytics:
- enabled: true
- services:
159
+ #analytics:
160
+ # enabled: true
161
+ # services:
162
# Google Analytics
- google:
- id: G-01D691PCR4
163
+ # google:
164
+ # id: G-01D691PCR4
165
# # CounterDev
166
# counterDev:
167
# id: <your counterdev id>
0 commit comments