Add some analytics

This commit is contained in:
Mike Conrad
2025-05-11 20:02:33 -04:00
parent 21c3c7d429
commit 96624b75bd
2 changed files with 7 additions and 2 deletions

View File

@ -14,9 +14,9 @@ minifyOutput = true
[params] [params]
env = "production" env = "production"
title = "Hackanooga" title = "Hackanooga"
description = "ExampleSite description" description = "Hackanooga - Confessions of a homelab hacker"
keywords = [ "Blog", "Portfolio", "PaperMod" ] keywords = [ "Blog", "Portfolio", "PaperMod" ]
author = "Me" author = "Mike Conrad"
images = [ "<link or path of image for opengraph, twitter-cards>" ] images = [ "<link or path of image for opengraph, twitter-cards>" ]
DateFormat = "January 2, 2006" DateFormat = "January 2, 2006"
defaultTheme = "auto" defaultTheme = "auto"

View File

@ -0,0 +1,5 @@
<script
src="https://logs.hackanooga.com/api/script.js"
data-site-id="2"
defer
></script>