~xdavidwu/xdavidwu.link

8dafa9a753c075719ce27cedebc72c4ab85758f0 — Michael Rose 8 years ago 09fdd3c + d43aeab
Merge pull request #156 from hbarudin/add-codepen-social-option

Add CodePen to owner social options
2 files changed, 2 insertions(+), 0 deletions(-)

M _config.yml
M _includes/_author-bio.html
M _config.yml => _config.yml +1 -0
@@ 55,6 55,7 @@ owner:
  soundcloud: #username
  weibo: #username
  flickr: #username
  codepen: #username

include: [".htaccess"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]

M _includes/_author-bio.html => _includes/_author-bio.html +1 -0
@@ 31,4 31,5 @@
  {% if author.soundcloud %}<a href="http://soundcloud.com/{{ author.soundcloud }}" class="author-social" target="_blank"><i class="fa fa-fw fa-soundcloud"></i> Soundcloud</a>{% endif %}
  {% if author.weibo %}<a href="http://www.weibo.com/{{ author.weibo }}" class="author-social" target="_blank"><i class="fa fa-fw fa-weibo"></i> Weibo</a>{% endif %}
  {% if author.flickr %}<a href="http://www.flickr.com/{{ author.flickr }}" class="author-social" target="_blank"><i class="fa fa-fw fa-flickr"></i> Flickr</a>{% endif %}
  {% if author.codepen %}<a href="http://codepen.io/{{ author.codepen }}" class="author-social" target="_blank"><i class="fa fa-fw fa-codepen"></i> CodePen</a>{% endif %}
</div>