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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Vanegas <avanegas04@gmail.com>2020-08-27 15:45:50 +0300
committerGitHub <noreply@github.com>2020-08-27 15:45:50 +0300
commit6c2cca012758803802a81d06dccb60c2d2d48b66 (patch)
tree25f9b333f52e0f644a0de14b8f9e4dd697a12d08 /README.md
parent979d6a4bc3b263bd1dc82ca70430afa88d686750 (diff)
Support custom homepage greeting message (#66)v1.2.0
* Support custom greeting message in homepage Co-authored-by: Emruz Hossain <emruz@appscode.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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"