Move greeting message under author field

This commit is contained in:
Emruz Hossain 2020-08-27 18:41:12 +06:00
parent b0930086ef
commit 3d3c9976e8
3 changed files with 15 additions and 20 deletions

View file

@ -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"