From 927bd3f781b9aa3a891e0f003c1f2a2879915908 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Wed, 28 May 2014 19:44:28 -0400 Subject: Use a hard-coded link to the Jekyll logo, hosted on jekyll-now --- _config.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 817d0ba..2dc1718 100644 --- a/_config.yml +++ b/_config.yml @@ -2,18 +2,14 @@ # This file contains configuration flags to customize your site # -# The name of your site (displayed in the header) +# Name of your site (displayed in the header) name: Your Name -# A short bio or description (displayed in the header) +# Short bio or description (displayed in the header) description: Web Developer from Somewhere -# A URL pointing to your avatar or profile pic -# To use your Gravatar: (the one that GitHub uses for your profile pic) -# 1. Go to https://github.com/YOURUSERNAME/ -# 2. Right click and Copy Image URL on your profile pic, -# 3. Take the first long ID from the URL and paste it in place of Jekyll's below -avatar: http://www.gravatar.com/avatar/3083652?s=200 +# URL of your avatar or profile pic (you could use your GitHub profile pic) +avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png # # Flags below are optional -- cgit v1.2.3