Starts preparing what is needed to add a stack overflow icon. Encounters icons problems tough.

This commit is contained in:
julien lengrand-lambert
2014-02-16 12:03:11 +01:00
parent cd18426ee5
commit 3f43d4f475
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -8,4 +8,5 @@
{% if site.owner.instagram %}<a href="http://instagram.com/{{ site.owner.instagram }}" class="author-social" target="_blank"><i class="icon-instagram"></i> Instagram</a>{% endif %}
{% if site.owner.github %}<a href="http://github.com/{{ site.owner.github }}" class="author-social" target="_blank"><i class="icon-github"></i> Github</a>{% endif %}
{% if site.owner.lastfm %}<a href="http://lastfm.com/user/{{ site.owner.lastfm }}" class="author-social" target="_blank"><i class="icon-lastfm"></i> Last.fm</a>{% endif %}
{% if site.owner.tumblr %}<a href="http://{{ site.owner.tumblr }}.tumblr.com" class="author-social" target="_blank"><i class="icon-tumblr"></i> Tumblr</a>{% endif %}
{% if site.owner.tumblr %}<a href="http://{{ site.owner.tumblr }}.tumblr.com" class="author-social" target="_blank"><i class="icon-tumblr"></i> Tumblr</a>{% endif %}
{% if site.owner.stackoverflow %}<a href="http://stackoverflow.com/users/{{ site.owner.stackoverflow }}" class="author-social" target="_blank"><i class="icon-stackoverflow"></i> Stack Overflow</a>{% endif %}