diff --git a/Gemfile b/Gemfile
index bad462bc..d78513f5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -81,4 +81,7 @@ group :site do
gem "html-proofer", "~> 2.0"
end
gem "jemoji"
+ gem "jekyll-sitemap"
+ gem "jekyll-seo-tag"
+ gem "jekyll-avatar"
end
diff --git a/site/_config.yml b/site/_config.yml
index 241c5b01..fe02703a 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -19,7 +19,15 @@ name: Jekyll • Simple, blog-aware, static sites
description: Transform your plain text into static websites and blogs
url: http://jekyllrb.com
+twitter:
+ username: jekyllrb
+
+logo: img/logo-2x.png
+
gems:
- jekyll-feed
- jekyll-redirect-from
- jemoji
+ - jekyll-sitemap
+ - jekyll-seo-tag
+ - jekyll-avatar
diff --git a/site/_includes/news_item.html b/site/_includes/news_item.html
index aaf05217..3ded9925 100644
--- a/site/_includes/news_item.html
+++ b/site/_includes/news_item.html
@@ -14,7 +14,7 @@
{{ post.date | date_to_string }}
-
+ {% avatar {{ post.author}} size=24 %}
{{ post.author }}
diff --git a/site/_includes/top.html b/site/_includes/top.html
index 2d12d1bd..155ffbca 100644
--- a/site/_includes/top.html
+++ b/site/_includes/top.html
@@ -2,7 +2,6 @@