Move greeting message under author field
This commit is contained in:
parent
b0930086ef
commit
3d3c9976e8
3 changed files with 15 additions and 20 deletions
|
@ -60,16 +60,13 @@ params:
|
|||
newsletter:
|
||||
enable: true
|
||||
|
||||
# home page greeting message
|
||||
# if empty it will default to "Hi, I am"
|
||||
homeGreeting:
|
||||
message: ""
|
||||
|
||||
# some information about you
|
||||
author:
|
||||
name: "Jane Doe"
|
||||
nickname: "Jane"
|
||||
image: "images/avatar.png"
|
||||
# greeting message before your name. it will default to "Hi! I am" if not provided
|
||||
greeting: "Hi, I am"
|
||||
# give your some contact information. they will be used in the footer
|
||||
contactInfo:
|
||||
email: "janedoe@example.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue