From 1ad02b9022f94d6ddc16c0828d7edfab8045995f Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 11 Dec 2017 12:41:27 -0500 Subject: [PATCH] Add `author.name` --- _config.yml | 1 + docs/_config.yml | 1 + test/_config.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index e96564fa..d0bda8de 100644 --- a/_config.yml +++ b/_config.yml @@ -89,6 +89,7 @@ author: location : "Somewhere" email : uri : + home : # null (default), "absolute or relative url to link to author home" bitbucket : codepen : dribbble : diff --git a/docs/_config.yml b/docs/_config.yml index b84c031d..ad72e044 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -95,6 +95,7 @@ author: location : "Buffalo, NY" email : uri : "https://mademistakes.com" + home : "https://mademistakes.com" bitbucket : codepen : dribbble : diff --git a/test/_config.yml b/test/_config.yml index eee617c4..39e6ecae 100644 --- a/test/_config.yml +++ b/test/_config.yml @@ -86,6 +86,7 @@ author: location : "Somewhere" email : uri : + home : # null (default), "absolute or relative url to link to author home" bitbucket : codepen : dribbble :