implement private podcast RSS feed
This commit is contained in:
parent
64d3ce34be
commit
f1c7b46edc
@ -86,7 +86,7 @@ enableGitInfo = true
|
|||||||
minds = "greg_gauthier"
|
minds = "greg_gauthier"
|
||||||
gitea = "gmgauthier"
|
gitea = "gmgauthier"
|
||||||
odysee1 = "@gmgauthier:0"
|
odysee1 = "@gmgauthier:0"
|
||||||
anchorfm = "exitingthecave"
|
# anchorfm = "exitingthecave"
|
||||||
# odysee2 = "@exitingthecave:1"
|
# odysee2 = "@exitingthecave:1"
|
||||||
# odysee3 = "@TheCaveWall:e"
|
# odysee3 = "@TheCaveWall:e"
|
||||||
# locals = "exitingthecave"
|
# locals = "exitingthecave"
|
||||||
|
@ -9,6 +9,24 @@
|
|||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ with .Site.BaseURL }}
|
||||||
|
<li class="pure-menu-item">
|
||||||
|
<a class="pure-menu-link" href='{{ . }}feeds/podcast_rss.xml' rel="me" target="_blank"><i class="fa fa-podcast fa-fw"></i>My Podcast</a>
|
||||||
|
</li>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ with .Site.Social.odysee1 }}
|
||||||
|
<li class="pure-menu-item">
|
||||||
|
<a class="pure-menu-link" href="https://odysee.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-video fa-fw"></i>My Vlog</a>
|
||||||
|
</li>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
{{ with .Site.Social.gitea }}
|
||||||
|
<li class="pure-menu-item">
|
||||||
|
<a class="pure-menu-link" href="https://gitea.gmgauthier.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-code fa-fw"></i>My Code</a>
|
||||||
|
</li>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
<!-- Social Media -->
|
<!-- Social Media -->
|
||||||
{{ with .Site.Social.gab }}
|
{{ with .Site.Social.gab }}
|
||||||
<li class="pure-menu-item">
|
<li class="pure-menu-item">
|
||||||
@ -22,36 +40,6 @@
|
|||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with .Site.Social.gitea }}
|
|
||||||
<li class="pure-menu-item">
|
|
||||||
<a class="pure-menu-link" href="https://gitea.gmgauthier.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-code fa-fw"></i>My Code</a>
|
|
||||||
</li>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ with .Site.Social.anchorfm }}
|
|
||||||
<li class="pure-menu-item">
|
|
||||||
<a class="pure-menu-link" href="https://anchor.fm/{{ . }}" rel="me" target="_blank"><i class="fa fa-podcast fa-fw"></i>My Podcast</a>
|
|
||||||
</li>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ with .Site.Social.odysee1 }}
|
|
||||||
<li class="pure-menu-item">
|
|
||||||
<a class="pure-menu-link" href="https://odysee.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-video fa-fw"></i>My Vlog</a>
|
|
||||||
</li>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ with .Site.Social.odysee2 }}
|
|
||||||
<li class="pure-menu-item">
|
|
||||||
<a class="pure-menu-link" href="https://odysee.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-video fa-fw"></i>My Philo Vids</a>
|
|
||||||
</li>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ with .Site.Social.odysee3 }}
|
|
||||||
<li class="pure-menu-item">
|
|
||||||
<a class="pure-menu-link" href="https://odysee.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-video fa-fw"></i>My Archive</a>
|
|
||||||
</li>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</image>
|
</image>
|
||||||
<generator>Anchor Podcasts</generator>
|
<generator>Anchor Podcasts</generator>
|
||||||
<lastBuildDate>Thu, 30 Dec 2021 22:31:32 GMT</lastBuildDate>
|
<lastBuildDate>Thu, 30 Dec 2021 22:31:32 GMT</lastBuildDate>
|
||||||
<atom:link href="https://gmgauthier.com/podcast.xml" rel="self" type="application/rss+xml"/>
|
<atom:link href="https://gmgauthier.com/feeds/podcast_rss.xml" rel="self" type="application/rss+xml"/>
|
||||||
<author><![CDATA[Greg Gauthier]]></author>
|
<author><![CDATA[Greg Gauthier]]></author>
|
||||||
<copyright><![CDATA[Greg Gauthier]]></copyright>
|
<copyright><![CDATA[Greg Gauthier]]></copyright>
|
||||||
<language><![CDATA[en-gb]]></language>
|
<language><![CDATA[en-gb]]></language>
|
||||||
|
Loading…
Reference in New Issue
Block a user