From 96624b75bd19da7b6b50d06a77f6782583a7d168 Mon Sep 17 00:00:00 2001 From: Mike Conrad Date: Sun, 11 May 2025 20:02:33 -0400 Subject: [PATCH] Add some analytics --- config.toml | 4 ++-- layouts/partials/extend_head.html | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 layouts/partials/extend_head.html diff --git a/config.toml b/config.toml index a969b19..52a9be9 100644 --- a/config.toml +++ b/config.toml @@ -14,9 +14,9 @@ minifyOutput = true [params] env = "production" title = "Hackanooga" -description = "ExampleSite description" +description = "Hackanooga - Confessions of a homelab hacker" keywords = [ "Blog", "Portfolio", "PaperMod" ] -author = "Me" +author = "Mike Conrad" images = [ "" ] DateFormat = "January 2, 2006" defaultTheme = "auto" diff --git a/layouts/partials/extend_head.html b/layouts/partials/extend_head.html new file mode 100644 index 0000000..1e7c56d --- /dev/null +++ b/layouts/partials/extend_head.html @@ -0,0 +1,5 @@ +