diff --git a/hugo.toml b/hugo.toml index cbc48fc83..1df2de96c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -24,7 +24,7 @@ author = "Jason Meridth" description = "I am a continuously learning software developer trying to not let best be the enemy of better." keywords = "jason meridth,meridth,jm,software developer" info = ["Continuously Learning Software Developer"] -avatarURL = "images/jm.jpg" +avatarURL = "images/jm.png" favicon_32 = "/favicon.ico" #gravatar = "john.doe@example.com" dateFormat = "January 2, 2006" diff --git a/static/images/jm.png b/static/images/jm.png new file mode 100644 index 000000000..dafbbd5b4 Binary files /dev/null and b/static/images/jm.png differ