new website avatar images

This commit is contained in:
Greg Gauthier 2022-01-06 19:49:43 +00:00
parent 287679777f
commit e03202efe2
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ enableGitInfo = true
[params]
subtitle = "A Philosophical Journal"
description = "A repository of philosophical musings and personal projects"
brand = "<img src=\"/img/avatar.png\" alt=\"\" width=\"100%\"/><br/><b>Greg Gauthier</b>"
brand = "<img src=\"/img/website-avatar-large.png\" alt=\"\" width=\"100%\"/><br/><b>Greg Gauthier</b>"
#highlightjs = "tango"
#highlightjs_extra_languages = []
custom_js = ["js/math-code.js"]
@ -29,7 +29,7 @@ enableGitInfo = true
# disqus = "gmgauthier-1" # enabling this will add disqus to the bottom of all my posts automatically.
podcastCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/podcast/"
blogCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/blog/"
avatar = "/img/blog_avatar.jpg"
avatar = "/img/website-avatar-medium.png"
email = "gmgauthier@protonmail.com"
[markup]

View File

@ -17,7 +17,7 @@
<link>{{ .Permalink }}</link>
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
<image>
<url>{{ .Site.BaseURL }}img/avatar.png</url>
<url>{{ .Site.BaseURL }}img/website-avatar-large.png</url>
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }}</title>
<link>{{ .Permalink }}</link>
</image>
@ -29,7 +29,7 @@
<itunes:explicit>No</itunes:explicit>
<itunes:type>episodic</itunes:type>
<itunes:summary>Philosophy essays, debates, discussions, and other explorations.</itunes:summary>
<itunes:image href="{{ .Site.BaseURL }}img/avatar.png"/>
<itunes:image href="{{ .Site.BaseURL }}img/website-avatar-large.png"/>
<itunes:owner>
<itunes:name>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }}</itunes:name>
<itunes:email>{{ .Site.Params.email }}</itunes:email>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 346 KiB