Changed avatar
This commit is contained in:
BIN
assets/images/avatar.png
Normal file
BIN
assets/images/avatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 516 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 125 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 956 KiB |
10
config.toml
10
config.toml
@@ -84,7 +84,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
||||
# website description for RSS, SEO, Open Graph and Twitter Cards
|
||||
description = "It's his blog"
|
||||
# website images for Open Graph and Twitter Cards
|
||||
images = ["/images/dark-avatar.png"]
|
||||
images = ["/images/avatar.png"]
|
||||
|
||||
# Header config
|
||||
[params.header]
|
||||
@@ -99,7 +99,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
||||
# title name
|
||||
name = "Joshua Higgins"
|
||||
# you can add extra information before the name (HTML format is supported), such as icons
|
||||
# pre = '<img src="/images/dark-avatar.png" width="25" height="25">'
|
||||
# pre = '<img src="/images/avatar.png" width="25" height="25">'
|
||||
# you can add extra information after the name (HTML format is supported), such as icons
|
||||
post = ""
|
||||
# whether to use typeit animation for title name
|
||||
@@ -188,7 +188,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
||||
# Gravatar Email for preferred avatar in home page
|
||||
gravatarEmail = ""
|
||||
# URL of avatar shown in home page
|
||||
avatarURL = "/images/dark-avatar.png"
|
||||
avatarURL = "/images/avatar.png"
|
||||
# title shown in home page (HTML format is supported)
|
||||
title = ""
|
||||
# subtitle shown in home page (HTML format is supported)
|
||||
@@ -411,7 +411,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
||||
# Publisher info
|
||||
[params.page.seo.publisher]
|
||||
name = "Joshua Higgins"
|
||||
logoUrl = "/images/dark-avatar.png"
|
||||
logoUrl = "/images/avatar.png"
|
||||
|
||||
# TypeIt config
|
||||
[params.typeit]
|
||||
@@ -612,7 +612,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
||||
[languages.en.params.home.profile]
|
||||
enable = true
|
||||
gravatarEmail = ""
|
||||
avatarURL = "/images/dark-avatar.png"
|
||||
avatarURL = "/images/avatar.png"
|
||||
title = ""
|
||||
subtitle = "This website features the latest news on my projects."
|
||||
typeit = true
|
||||
|
||||
Reference in New Issue
Block a user