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