Add some analytics
This commit is contained in:
@ -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"
|
||||||
|
5
layouts/partials/extend_head.html
Normal file
5
layouts/partials/extend_head.html
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<script
|
||||||
|
src="https://logs.hackanooga.com/api/script.js"
|
||||||
|
data-site-id="2"
|
||||||
|
defer
|
||||||
|
></script>
|
Reference in New Issue
Block a user