diff --git a/data/site.yaml b/data/site.yaml index 140a116..6a7aa5e 100644 --- a/data/site.yaml +++ b/data/site.yaml @@ -3,11 +3,11 @@ background: "assets/images/default-background.jpg" # some information about you author: - name: "John Doe" - image: "assets/images/default-avatar.svg" + name: "Jane Doe" + image: "assets/images/default-avatar.png" # give your some contact information. they will be used in the footer contactInfo: - email: "johndoe@example.com" + email: "janedoe@example.com" phone: "+0123456789" # a summary of what you do summary: diff --git a/layouts/partials/helpers/get-author-image.html b/layouts/partials/helpers/get-author-image.html index 1493214..9a324a3 100644 --- a/layouts/partials/helpers/get-author-image.html +++ b/layouts/partials/helpers/get-author-image.html @@ -1,4 +1,4 @@ -{{ $authorImage:= "/assets/images/default-avatar.svg"}} +{{ $authorImage:= "/assets/images/default-avatar.png"}} {{ if eq (printf "%T" .Params.author ) "maps.Params" }} {{ with .Params.author }} {{ if .image }} diff --git a/static/assets/css/home.css b/static/assets/css/home.css index e201348..4f193c3 100644 --- a/static/assets/css/home.css +++ b/static/assets/css/home.css @@ -26,10 +26,11 @@ } .home img { - width: 172px; - height: 172px; + width: 148px; + height: 148px; background-color: #f9fafc; padding: 5px; + margin-bottom: 10px; } .home .greeting { diff --git a/static/assets/images/default-avatar.png b/static/assets/images/default-avatar.png new file mode 100644 index 0000000..a6befb2 Binary files /dev/null and b/static/assets/images/default-avatar.png differ diff --git a/static/assets/images/default-avatar.svg b/static/assets/images/default-avatar.svg deleted file mode 100644 index adce80f..0000000 --- a/static/assets/images/default-avatar.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - -