Update Staticman commit message to include name

This commit is contained in:
Michael Rose 2018-08-10 08:04:00 -04:00
parent 73f47af242
commit f9c418c740
7 changed files with 9 additions and 7 deletions

View file

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

View file

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

View file

@ -35,7 +35,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

View file

@ -367,7 +367,7 @@ Default settings have been provided in [`staticman.yml`](https://github.com/mmis
comments:
allowedFields : ["name", "email", "url", "message"]
branch : "master"
commitMessage : "New comment"
commitMessage : "New comment by {fields.name}"
filename : "comment-{@timestamp}"
format : "yaml"
generatedFields:
@ -410,7 +410,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

View file

@ -4,7 +4,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2018-08-09T15:46:33-04:00
last_modified_at: 2018-08-10T08:03:53-04:00
toc: true
---
@ -12,6 +12,7 @@ toc: true
### 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.

View file

@ -25,7 +25,7 @@ comments:
# request.
branch: "master"
commitMessage: "New comment"
commitMessage: "New comment by {fields.name}"
# (*) REQUIRED
#

View file

@ -34,7 +34,7 @@ comments:
staticman:
allowedFields : ['name', 'email', 'url', 'message']
branch : # "master", "gh-pages"
commitMessage : "New comment."
commitMessage : "New comment by {fields.name}"
filename : comment-{@timestamp}
format : "yml"
moderation : true