This commit is contained in:
Dave Gallant
2024-02-24 11:53:51 -05:00
parent caac52cc74
commit e89222a64e
2 changed files with 7 additions and 2 deletions

View File

@@ -1,17 +1,20 @@
baseURL: / baseURL: /
googleAnalytics: G-V8WJDERTX9
copyright: Dave Gallant copyright: Dave Gallant
title: davegallant.ca title: davegallant.ca
enableGitInfo: true enableGitInfo: true
enableRobotsTXT: true enableRobotsTXT: true
services:
googleAnalytics:
ID: G-V8WJDERTX9
build: build:
noJSConfigInAssets: true noJSConfigInAssets: true
writeStats: true writeStats: true
params: params:
author: Dave Gallant author: Dave Gallant
subtitle: subtitle:
description: "Dave Gallant is a software developer and a computer enthusiast." description: "Dave Gallant is a software developer and a computer enthusiast."
logo: logo:

View File

@@ -5,3 +5,5 @@
data-cf-beacon='{"token": "b96799f53f9940dca6f660e6052ba009"}' data-cf-beacon='{"token": "b96799f53f9940dca6f660e6052ba009"}'
></script> ></script>
<!-- End Cloudflare Web Analytics --> <!-- End Cloudflare Web Analytics -->
{{ template "_internal/google_analytics.html" . }}