Skip to content

Commit f9c418c

Browse files
committedAug 10, 2018
Update Staticman commit message to include name
1 parent 73f47af commit f9c418c

7 files changed

+9
-7
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Enhancements
44

5+
* Update Staticman commit message to include commentor's name.
56
* Improve side navigation spacing in relation to masthead.
67
* Style archive links with appropriate link color.
78
* Adjust feature row spacing and font-sizes.

‎_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ comments:
4040
staticman:
4141
allowedFields : # ['name', 'email', 'url', 'message']
4242
branch : # "master"
43-
commitMessage : # "New comment."
43+
commitMessage : # "New comment by {fields.name}"
4444
filename : # comment-{@timestamp}
4545
format : # "yml"
4646
moderation : # true

‎docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ comments:
3535
staticman:
3636
allowedFields : # ['name', 'email', 'url', 'message']
3737
branch : "master"
38-
commitMessage : # "New comment"
38+
commitMessage : # "New comment by {fields.name}"
3939
filename : # comment-{@timestamp}
4040
format : # "yml"
4141
moderation : # true

‎docs/_docs/05-configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Default settings have been provided in [`staticman.yml`](https://github.com/mmis
367367
comments:
368368
allowedFields : ["name", "email", "url", "message"]
369369
branch : "master"
370-
commitMessage : "New comment"
370+
commitMessage : "New comment by {fields.name}"
371371
filename : "comment-{@timestamp}"
372372
format : "yaml"
373373
generatedFields:
@@ -410,7 +410,7 @@ comments:
410410
staticman:
411411
allowedFields : ['name', 'email', 'url', 'message']
412412
branch : "master"
413-
commitMessage : "New comment."
413+
commitMessage : "New comment by {fields.name}"
414414
filename : comment-{@timestamp}
415415
format : "yml"
416416
moderation : true

‎docs/_docs/18-history.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ permalink: /docs/history/
44
excerpt: "Change log of enhancements and bug fixes made to the theme."
55
sidebar:
66
nav: docs
7-
last_modified_at: 2018-08-09T15:46:33-04:00
7+
last_modified_at: 2018-08-10T08:03:53-04:00
88
toc: true
99
---
1010

1111
## Unreleased
1212

1313
### Enhancements
1414

15+
* Update Staticman commit message to include commentor's name.
1516
* Improve side navigation spacing in relation to masthead.
1617
* Style archive links with appropriate link color.
1718
* Adjust feature row spacing and font-sizes.

‎staticman.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ comments:
2525
# request.
2626
branch: "master"
2727

28-
commitMessage: "New comment"
28+
commitMessage: "New comment by {fields.name}"
2929

3030
# (*) REQUIRED
3131
#

‎test/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ comments:
3434
staticman:
3535
allowedFields : ['name', 'email', 'url', 'message']
3636
branch : # "master", "gh-pages"
37-
commitMessage : "New comment."
37+
commitMessage : "New comment by {fields.name}"
3838
filename : comment-{@timestamp}
3939
format : "yml"
4040
moderation : true

0 commit comments

Comments
 (0)
Please sign in to comment.