From 7ba148cb16462010d95cc40975a1ba76f2ad2be6 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 27 Nov 2021 10:08:12 +0000 Subject: [PATCH] adjust social menu; add goatcounter --- config.toml | 5 ++- themes/blackburn/layouts/partials/footer.html | 2 - themes/blackburn/layouts/partials/social.html | 44 ++++++++++++------- 3 files changed, 33 insertions(+), 18 deletions(-) diff --git a/config.toml b/config.toml index cc9426a..49d4d4b 100644 --- a/config.toml +++ b/config.toml @@ -25,6 +25,7 @@ enableGitInfo = true #highlightjs_extra_languages = [] custom_js = ["js/math-code.js"] dateFormat = "02 Jan 2006, 15:04" + goatcounterAnalytics = "gmgauthier" [markup] [markup.goldmark.renderer] @@ -65,7 +66,9 @@ enableGitInfo = true [social] gab = "exitingthecave" gitea = "gmgauthier" - odysee = "@gmgauthier:0" + odysee1 = "@gmgauthier:0" + odysee2 = "@exitingthecave:1" + odysee3 = "@TheCaveWall:e" anchorfm = "exitingthecave" # minds = "greg_gauthier" # locals = "exitingthecave" diff --git a/themes/blackburn/layouts/partials/footer.html b/themes/blackburn/layouts/partials/footer.html index f0fed05..b8ca6c4 100644 --- a/themes/blackburn/layouts/partials/footer.html +++ b/themes/blackburn/layouts/partials/footer.html @@ -4,8 +4,6 @@ {{ partial "goatcounter_analytics.html" . }} -{{ partial "google_analytics.html" . }} -{{ partial "piwik_analytics.html" . }} {{ partial "footer_mathjax" . }} diff --git a/themes/blackburn/layouts/partials/social.html b/themes/blackburn/layouts/partials/social.html index fb83db1..7e4f9f9 100644 --- a/themes/blackburn/layouts/partials/social.html +++ b/themes/blackburn/layouts/partials/social.html @@ -5,35 +5,49 @@
  • RSS +
  • {{ end }} - {{ with .Site.Social.gab }}
  • - Gab -
  • - {{ end }} - - {{ with .Site.Social.anchorfm }} -
  • - Anchor.FM -
  • - {{ end }} - - {{ with .Site.Social.odysee }} -
  • - Odysee + My Gab
  • {{ end }} {{ with .Site.Social.gitea }}
  • - Gitea + My Code
  • {{ end }} + {{ with .Site.Social.anchorfm }} +
  • + My Podcast +
  • + {{ end }} + + {{ with .Site.Social.odysee1 }} +
  • + My Vlog +
  • + {{ end }} + + {{ with .Site.Social.odysee2 }} +
  • + My Philo Vids +
  • + {{ end }} + + {{ with .Site.Social.odysee3 }} +
  • + My Archive +
  • + {{ end }} + + +