diff --git a/_config.yml b/_config.yml index d4916414195c9..cdfa2db37c43f 100644 --- a/_config.yml +++ b/_config.yml @@ -3,13 +3,13 @@ # # Name of your site (displayed in the header) -name: Your Name +name: Rubber Duck Debugging # Short bio or description (displayed in the header) -description: Web Developer from Somewhere +description: Debugging software with a rubber ducky # 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 +avatar: https://raw.githubusercontent.com/RubberDuckDebugging/rubberduckdebugging.github.io/master/images/rubberducky.png # # Flags below are optional @@ -21,12 +21,12 @@ footer-links: email: facebook: flickr: - github: barryclark/jekyll-now + github: RubberDuckDebugging instagram: linkedin: pinterest: rss: # just type anything here for a working RSS icon - twitter: jekyllrb + twitter: # just type twitter username stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" youtube: # channel/ or user/ googleplus: # anything in your profile username that comes after plus.google.com/ diff --git a/_layouts/default.html b/_layouts/default.html index b2939c0bc4483..63204f8a7b8aa 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,6 +3,9 @@ {% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }} + + + {% include meta.html %}