Update Staticman commit message to include name
This commit is contained in:
parent
73f47af242
commit
f9c418c740
7 changed files with 9 additions and 7 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
|
* Update Staticman commit message to include commentor's name.
|
||||||
* Improve side navigation spacing in relation to masthead.
|
* Improve side navigation spacing in relation to masthead.
|
||||||
* Style archive links with appropriate link color.
|
* Style archive links with appropriate link color.
|
||||||
* Adjust feature row spacing and font-sizes.
|
* Adjust feature row spacing and font-sizes.
|
||||||
|
|
|
@ -40,7 +40,7 @@ comments:
|
||||||
staticman:
|
staticman:
|
||||||
allowedFields : # ['name', 'email', 'url', 'message']
|
allowedFields : # ['name', 'email', 'url', 'message']
|
||||||
branch : # "master"
|
branch : # "master"
|
||||||
commitMessage : # "New comment."
|
commitMessage : # "New comment by {fields.name}"
|
||||||
filename : # comment-{@timestamp}
|
filename : # comment-{@timestamp}
|
||||||
format : # "yml"
|
format : # "yml"
|
||||||
moderation : # true
|
moderation : # true
|
||||||
|
|
|
@ -35,7 +35,7 @@ comments:
|
||||||
staticman:
|
staticman:
|
||||||
allowedFields : # ['name', 'email', 'url', 'message']
|
allowedFields : # ['name', 'email', 'url', 'message']
|
||||||
branch : "master"
|
branch : "master"
|
||||||
commitMessage : # "New comment"
|
commitMessage : # "New comment by {fields.name}"
|
||||||
filename : # comment-{@timestamp}
|
filename : # comment-{@timestamp}
|
||||||
format : # "yml"
|
format : # "yml"
|
||||||
moderation : # true
|
moderation : # true
|
||||||
|
|
|
@ -367,7 +367,7 @@ Default settings have been provided in [`staticman.yml`](https://github.com/mmis
|
||||||
comments:
|
comments:
|
||||||
allowedFields : ["name", "email", "url", "message"]
|
allowedFields : ["name", "email", "url", "message"]
|
||||||
branch : "master"
|
branch : "master"
|
||||||
commitMessage : "New comment"
|
commitMessage : "New comment by {fields.name}"
|
||||||
filename : "comment-{@timestamp}"
|
filename : "comment-{@timestamp}"
|
||||||
format : "yaml"
|
format : "yaml"
|
||||||
generatedFields:
|
generatedFields:
|
||||||
|
@ -410,7 +410,7 @@ comments:
|
||||||
staticman:
|
staticman:
|
||||||
allowedFields : ['name', 'email', 'url', 'message']
|
allowedFields : ['name', 'email', 'url', 'message']
|
||||||
branch : "master"
|
branch : "master"
|
||||||
commitMessage : "New comment."
|
commitMessage : "New comment by {fields.name}"
|
||||||
filename : comment-{@timestamp}
|
filename : comment-{@timestamp}
|
||||||
format : "yml"
|
format : "yml"
|
||||||
moderation : true
|
moderation : true
|
||||||
|
|
|
@ -4,7 +4,7 @@ permalink: /docs/history/
|
||||||
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
||||||
sidebar:
|
sidebar:
|
||||||
nav: docs
|
nav: docs
|
||||||
last_modified_at: 2018-08-09T15:46:33-04:00
|
last_modified_at: 2018-08-10T08:03:53-04:00
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@ toc: true
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
|
* Update Staticman commit message to include commentor's name.
|
||||||
* Improve side navigation spacing in relation to masthead.
|
* Improve side navigation spacing in relation to masthead.
|
||||||
* Style archive links with appropriate link color.
|
* Style archive links with appropriate link color.
|
||||||
* Adjust feature row spacing and font-sizes.
|
* Adjust feature row spacing and font-sizes.
|
||||||
|
|
|
@ -25,7 +25,7 @@ comments:
|
||||||
# request.
|
# request.
|
||||||
branch: "master"
|
branch: "master"
|
||||||
|
|
||||||
commitMessage: "New comment"
|
commitMessage: "New comment by {fields.name}"
|
||||||
|
|
||||||
# (*) REQUIRED
|
# (*) REQUIRED
|
||||||
#
|
#
|
||||||
|
|
|
@ -34,7 +34,7 @@ comments:
|
||||||
staticman:
|
staticman:
|
||||||
allowedFields : ['name', 'email', 'url', 'message']
|
allowedFields : ['name', 'email', 'url', 'message']
|
||||||
branch : # "master", "gh-pages"
|
branch : # "master", "gh-pages"
|
||||||
commitMessage : "New comment."
|
commitMessage : "New comment by {fields.name}"
|
||||||
filename : comment-{@timestamp}
|
filename : comment-{@timestamp}
|
||||||
format : "yml"
|
format : "yml"
|
||||||
moderation : true
|
moderation : true
|
||||||
|
|
Loading…
Reference in a new issue