mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2024-11-21 19:42:52 +00:00
made avatar name configurable
This commit is contained in:
parent
0beb4b59d4
commit
0bdebe9c7e
3 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,7 @@
|
|||
baseURL = "http://example.org/"
|
||||
languageCode = "en"
|
||||
title = ""
|
||||
theme = "devresume"
|
||||
# theme = "hugo-devresume-theme"
|
||||
theme = "hugo-devresume-theme"
|
||||
googleAnalytics = "UA-XXXXXXX-Y"
|
||||
|
||||
|
||||
|
@ -26,6 +25,7 @@ googleAnalytics = "UA-XXXXXXX-Y"
|
|||
enable = true
|
||||
name = "Simon Doe"
|
||||
tagline = "Senior Software Engineer"
|
||||
avatar = "avatar.png"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<div class="media flex-column flex-md-row align-items-center">
|
||||
|
||||
<img class="resume-profile-image mb-3 mb-md-0 mr-md-5 ml-md-0 rounded mx-auto" src="{{ .Site.BaseURL }}assets/images/resume-profile.png" alt="image">
|
||||
<img class="resume-profile-image mb-3 mb-md-0 mr-md-5 ml-md-0 rounded mx-auto" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="image">
|
||||
|
||||
<div class="media-body text-left">
|
||||
<p class="mb-0">{{ .Site.Params.summary.text }}</p>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 40 KiB |
Loading…
Reference in a new issue