add profile image

This commit is contained in:
ray 2020-02-09 17:39:15 +00:00
parent 0b8e65fce7
commit 81b2677cdb
3 changed files with 11 additions and 1 deletions

View File

@ -15,7 +15,7 @@ publishDir = "blog"
author = "Ray Elliott"
info = "Hello World!"
avatarurl = "/images/avatar.jpg"
avatarurl = "/images/profile--desat.jpg"
favicon_32 = "/images/favicon-32x32.png"
favicon_16 = "/images/favicon-16x16.png"

View File

@ -1,3 +1,13 @@
.navigation .navigation-title {
text-transform: none;
}
body.colorscheme-light .avatar img {
border-radius: 31%;
}
@media (prefers-color-scheme: light) {
body.colorscheme-auto .avatar img {
border-radius: 31%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB