From 6c2cca012758803802a81d06dccb60c2d2d48b66 Mon Sep 17 00:00:00 2001 From: Anthony Vanegas Date: Thu, 27 Aug 2020 08:45:50 -0400 Subject: Support custom homepage greeting message (#66) * Support custom greeting message in homepage Co-authored-by: Emruz Hossain --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 24b665e..0113569 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ params: 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" -- cgit v1.2.3