mirror of
https://github.com/jlengrand/jlengrand.github.io.git
synced 2026-03-10 08:31:22 +00:00
Starts preparing what is needed to add a stack overflow icon. Encounters icons problems tough.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 %}
|
||||
Reference in New Issue
Block a user