add profile image
This commit is contained in:
parent
0b8e65fce7
commit
81b2677cdb
|
@ -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"
|
||||
|
||||
|
|
|
@ -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 |
Reference in New Issue