From 4ae5216e63fb97a748fe3996c49917dbf08d3bd7 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 10 Aug 2018 08:04:00 -0400 Subject: [PATCH] Update Staticman commit message to include name --- CHANGELOG.md | 1 + _config.yml | 2 +- staticman.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f65770..68d91b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Enhancements +* Update Staticman commit message to include commentor's name. * Improve side navigation spacing in relation to masthead. * Style archive links with appropriate link color. * Adjust feature row spacing and font-sizes. diff --git a/_config.yml b/_config.yml index 4bfe557..1f11636 100644 --- a/_config.yml +++ b/_config.yml @@ -40,7 +40,7 @@ comments: staticman: allowedFields : # ['name', 'email', 'url', 'message'] branch : # "master" - commitMessage : # "New comment." + commitMessage : # "New comment by {fields.name}" filename : # comment-{@timestamp} format : # "yml" moderation : # true diff --git a/staticman.yml b/staticman.yml index ef88f09..a4f161b 100644 --- a/staticman.yml +++ b/staticman.yml @@ -25,7 +25,7 @@ comments: # request. branch: "master" - commitMessage: "New comment" + commitMessage: "New comment by {fields.name}" # (*) REQUIRED # -- 2.45.2