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
|
# website description for RSS, SEO, Open Graph and Twitter Cards
|
||||||
description = "It's his blog"
|
description = "It's his blog"
|
||||||
# website images for Open Graph and Twitter Cards
|
# website images for Open Graph and Twitter Cards
|
||||||
images = ["/images/dark-avatar.png"]
|
images = ["/images/avatar.png"]
|
||||||
|
|
||||||
# Header config
|
# Header config
|
||||||
[params.header]
|
[params.header]
|
||||||
@@ -99,7 +99,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
|||||||
# title name
|
# title name
|
||||||
name = "Joshua Higgins"
|
name = "Joshua Higgins"
|
||||||
# you can add extra information before the name (HTML format is supported), such as icons
|
# 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
|
# you can add extra information after the name (HTML format is supported), such as icons
|
||||||
post = ""
|
post = ""
|
||||||
# whether to use typeit animation for title name
|
# 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
|
# Gravatar Email for preferred avatar in home page
|
||||||
gravatarEmail = ""
|
gravatarEmail = ""
|
||||||
# URL of avatar shown in home page
|
# 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 shown in home page (HTML format is supported)
|
||||||
title = ""
|
title = ""
|
||||||
# subtitle shown in home page (HTML format is supported)
|
# subtitle shown in home page (HTML format is supported)
|
||||||
@@ -411,7 +411,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
|||||||
# Publisher info
|
# Publisher info
|
||||||
[params.page.seo.publisher]
|
[params.page.seo.publisher]
|
||||||
name = "Joshua Higgins"
|
name = "Joshua Higgins"
|
||||||
logoUrl = "/images/dark-avatar.png"
|
logoUrl = "/images/avatar.png"
|
||||||
|
|
||||||
# TypeIt config
|
# TypeIt config
|
||||||
[params.typeit]
|
[params.typeit]
|
||||||
@@ -612,7 +612,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
|||||||
[languages.en.params.home.profile]
|
[languages.en.params.home.profile]
|
||||||
enable = true
|
enable = true
|
||||||
gravatarEmail = ""
|
gravatarEmail = ""
|
||||||
avatarURL = "/images/dark-avatar.png"
|
avatarURL = "/images/avatar.png"
|
||||||
title = ""
|
title = ""
|
||||||
subtitle = "This website features the latest news on my projects."
|
subtitle = "This website features the latest news on my projects."
|
||||||
typeit = true
|
typeit = true
|
||||||
|
|||||||
Reference in New Issue
Block a user