From 3f43d4f475e9e38e2fca2dc86fe508150b55d8cb Mon Sep 17 00:00:00 2001 From: julien lengrand-lambert Date: Sun, 16 Feb 2014 12:03:11 +0100 Subject: [PATCH] Starts preparing what is needed to add a stack overflow icon. Encounters icons problems tough. --- _config.yml | 5 ++++- _includes/_author-bio.html | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index fca5554..dd2c29c 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,8 @@ title: Look up to the future tagline: Coding, Rants and other thoughts description: Coding, Rants and other thoughts # Your site's domain goes here. Leave localhost server or blank when working locally. -url: http://jlengrand.github.io +url: http://locahost:4000 +#http://jlengrand.github.io # Owner/author information owner: @@ -18,6 +19,8 @@ owner: instagram: lastfm: tumblr: + # for stack overflow, user profile is of type http://stackoverflow.com/users/282677/jlengrand + stackoverflow: # For Google Authorship https://plus.google.com/authorship google_plus: https://plus.google.com/u/0/+julienlengrandlambert diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html index 3ccc9c1..f23a316 100644 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -8,4 +8,5 @@ {% if site.owner.instagram %} Instagram{% endif %} {% if site.owner.github %} Github{% endif %} {% if site.owner.lastfm %} Last.fm{% endif %} -{% if site.owner.tumblr %} Tumblr{% endif %} \ No newline at end of file +{% if site.owner.tumblr %} Tumblr{% endif %} +{% if site.owner.stackoverflow %} Stack Overflow{% endif %} \ No newline at end of file