Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aerohub/hugo-identity-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grosser <development@stp-ip.net>2017-04-11 22:38:48 +0300
committerMichael Grosser <development@stp-ip.net>2017-04-11 22:38:48 +0300
commitcf5f4cdd59cdd3ab8016fd7a08d6a6389b604e55 (patch)
tree7aa153d6158b6a8eae1816bc568257fa89a91723
parentfee8899badca85dd47d939e3fd149c475db7c967 (diff)
Fix avatar usage
-rw-r--r--exampleSite/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 87e99f4..5a858e4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -38,9 +38,9 @@ googleAnalytics = "UA-XXXXX-Y"
# Personal data
[params.personal]
# If name is not set, author is used
- name = "Max Powers"
+ name = "Jane Powers"
# Avatars can be written to images/avatars/
- avatar = "avatar.jpg"
+ avatar = "jane.jpg"
position = "Lead Engineer"
livesIn = "[Munich, Germany](#some-maps-url)"
scope = [
@@ -48,7 +48,7 @@ googleAnalytics = "UA-XXXXX-Y"
"Maintainer for [awesome-project](#)",
"Open Source [community management](#)"
]
- biography = """Max Powers is plain awesome. He worked at Corp A and B and is open for new work.
+ biography = """Jane Powers is plain awesome. He worked at Corp A and B and is open for new work.
Even new lines and other markdown styles are working within the bio."""