~xdavidwu/xdavidwu.link

4ae5216e63fb97a748fe3996c49917dbf08d3bd7 — Michael Rose 6 years ago 42c701e
Update Staticman commit message to include name
3 files changed, 3 insertions(+), 2 deletions(-)

M CHANGELOG.md
M _config.yml
M staticman.yml
M CHANGELOG.md => CHANGELOG.md +1 -0
@@ 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.

M _config.yml => _config.yml +1 -1
@@ 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

M staticman.yml => staticman.yml +1 -1
@@ 25,7 25,7 @@ comments:
  # request.
  branch: "master"

  commitMessage: "New comment"
  commitMessage: "New comment by {fields.name}"

  # (*) REQUIRED
  #