From 0bdebe9c7e418e46e9973a5dd5404cb9094174f7 Mon Sep 17 00:00:00 2001 From: Jerry Kiely Date: Mon, 4 Nov 2019 00:50:58 +0000 Subject: made avatar name configurable --- exampleSite/config.toml | 4 ++-- layouts/partials/summary.html | 2 +- static/assets/images/resume-profile.png | Bin 40412 -> 0 bytes 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 static/assets/images/resume-profile.png diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 816afec..f8820be 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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" diff --git a/layouts/partials/summary.html b/layouts/partials/summary.html index c2412ba..5257094 100644 --- a/layouts/partials/summary.html +++ b/layouts/partials/summary.html @@ -2,7 +2,7 @@
- image + image

{{ .Site.Params.summary.text }}

diff --git a/static/assets/images/resume-profile.png b/static/assets/images/resume-profile.png deleted file mode 100644 index 2bf823b..0000000 Binary files a/static/assets/images/resume-profile.png and /dev/null differ -- cgit v1.2.3