From dfc2bb30aad7cec7be22b8ec651e73dc31ecfbcd Mon Sep 17 00:00:00 2001 From: Brian Redmond Date: Mon, 29 Apr 2024 17:26:15 +0000 Subject: [PATCH 1/4] added Google analytics --- blog/_config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/blog/_config.yml b/blog/_config.yml index 13547e2b..25b5155f 100644 --- a/blog/_config.yml +++ b/blog/_config.yml @@ -29,6 +29,13 @@ logo: "/assets/images/400x400.png" permalink: /:year/:month/:day/:title search: true +# Google Analytics +analytics: + provider: "google-gtag" + google: + tracking_id: "G-0KL1BCPPEE" + anonymize_ip: false # default + # Site theme and skin remote_theme: "mmistakes/minimal-mistakes@4.24.0" minimal_mistakes_skin: neon From e605c448f8c5885e8b4710d277d9ae7be91c60cf Mon Sep 17 00:00:00 2001 From: Brian Redmond Date: Mon, 29 Apr 2024 17:41:11 +0000 Subject: [PATCH 2/4] added image for tweets --- blog/_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/_config.yml b/blog/_config.yml index 25b5155f..501b324d 100644 --- a/blog/_config.yml +++ b/blog/_config.yml @@ -39,6 +39,7 @@ analytics: # Site theme and skin remote_theme: "mmistakes/minimal-mistakes@4.24.0" minimal_mistakes_skin: neon +og_image: /assets/images/400x400.png # Build settings include: ["_pages"] From a368910a95aa220a71961a41536a0769f87e22f8 Mon Sep 17 00:00:00 2001 From: Brian Redmond Date: Mon, 29 Apr 2024 23:27:39 +0000 Subject: [PATCH 3/4] testing lower case for baseurl --- blog/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/_config.yml b/blog/_config.yml index 501b324d..a5c07b30 100644 --- a/blog/_config.yml +++ b/blog/_config.yml @@ -22,7 +22,7 @@ title: "AKS Engineering Team Blog" email: brian.redmond@microsoft.com description: >- # this means to ignore newlines until "baseurl:" "Insights and best practices from the AKS Engineering Team" -baseurl: "/AKS" # the subpath of your site, e.g. /blog +baseurl: "/aks" # the subpath of your site, e.g. /blog twitter_username: theakscommunity github_username: theakscommunity logo: "/assets/images/400x400.png" From 68ff60b9b75651372b060ff4555c1d696da6101f Mon Sep 17 00:00:00 2001 From: Brian Redmond Date: Mon, 29 Apr 2024 23:29:56 +0000 Subject: [PATCH 4/4] fixing baseurl --- blog/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/_config.yml b/blog/_config.yml index a5c07b30..501b324d 100644 --- a/blog/_config.yml +++ b/blog/_config.yml @@ -22,7 +22,7 @@ title: "AKS Engineering Team Blog" email: brian.redmond@microsoft.com description: >- # this means to ignore newlines until "baseurl:" "Insights and best practices from the AKS Engineering Team" -baseurl: "/aks" # the subpath of your site, e.g. /blog +baseurl: "/AKS" # the subpath of your site, e.g. /blog twitter_username: theakscommunity github_username: theakscommunity logo: "/assets/images/400x400.png"