diff --git a/_config.yml b/_config.yml
index 178d692f152..a359290f584 100644
--- a/_config.yml
+++ b/_config.yml
@@ -37,7 +37,8 @@ author:
flickr :
facebook :
foursquare :
- github : "https://github.com/keanshi-nlp"
+ blog : "https://www.cnblogs.com/keanshi"
+ github : "keanshi-nlp"
google_plus :
keybase :
instagram :
diff --git a/_includes/author-profile.html b/_includes/author-profile.html
index 9f0d208e6ff..c2cf42c3dc8 100644
--- a/_includes/author-profile.html
+++ b/_includes/author-profile.html
@@ -82,6 +82,9 @@
{{ author.name }}
{% if author.foursquare %}
Foursquare
{% endif %}
+ {% if author.blog %}
+ Blog
+ {% endif %}
{% if author.steam %}
Steam
{% endif %}
diff --git a/_includes/masthead.html b/_includes/masthead.html
index 7fac71e8f63..d99d4b53dd9 100644
--- a/_includes/masthead.html
+++ b/_includes/masthead.html
@@ -4,7 +4,7 @@