From f1c7b46edc0563ebe318b07d7f952dd16c6404c1 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 31 Dec 2021 12:09:24 +0000 Subject: [PATCH] implement private podcast RSS feed --- config.toml | 2 +- layouts/partials/social.html | 92 ++++++++++++++++-------------------- static/feeds/podcast_rss.xml | 2 +- 3 files changed, 42 insertions(+), 54 deletions(-) diff --git a/config.toml b/config.toml index ecffc9a..61f6e9c 100644 --- a/config.toml +++ b/config.toml @@ -86,7 +86,7 @@ enableGitInfo = true minds = "greg_gauthier" gitea = "gmgauthier" odysee1 = "@gmgauthier:0" - anchorfm = "exitingthecave" +# anchorfm = "exitingthecave" # odysee2 = "@exitingthecave:1" # odysee3 = "@TheCaveWall:e" # locals = "exitingthecave" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index f661a03..f3ee629 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -9,6 +9,24 @@ {{ end }} + {{ with .Site.BaseURL }} +
  • + My Podcast +
  • + {{ end }} + + {{ with .Site.Social.odysee1 }} +
  • + My Vlog +
  • + {{ end }} + + {{ with .Site.Social.gitea }} +
  • + My Code +
  • + {{ end }} + {{ with .Site.Social.gab }}
  • @@ -22,63 +40,33 @@
  • {{ end }} - {{ with .Site.Social.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 }} + + {{ with .Site.Social.keybase }} +
  • + Keybase +
  • + {{ end }} + -->