diff --git a/Gemfile b/Gemfile
index 6d46bed..f75c8c3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,7 @@ gem 'github-pages', group: :jekyll_plugins
group :jekyll_plugins do
gem 'jekyll-avatar'
gem 'jekyll-feed'
+ gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 4af7f0c..bc83b3c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -277,6 +277,7 @@ DEPENDENCIES
github-pages
jekyll-avatar
jekyll-feed
+ jekyll-seo-tag
jekyll-sitemap
mgem
yard-coderay
diff --git a/_config.yml b/_config.yml
index 52d089b..5af3454 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,6 +15,16 @@ plugins:
- jekyll-avatar
- jekyll-feed
- jekyll-sitemap
+ - jekyll-seo-tag
+include: ['_index.html']
+defaults:
+ - scope:
+ path: ''
+ values:
+ image:
+ path: '/assets/images/mruby_logo_red_icon.png'
+ height: 300
+ width: 300
exclude:
- CODEOWNERS
- Gemfile
diff --git a/_includes/header.html b/_includes/header.html
index a3ab86b..75708db 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,9 +1,7 @@
-
+
{{ page.title }}
- {% include icons.html %}
-
@@ -16,3 +14,6 @@
+
+ {% include icons.html %}
+ {% seo title=false %}
diff --git a/_includes/icons.html b/_includes/icons.html
index 2fdf10a..6389928 100644
--- a/_includes/icons.html
+++ b/_includes/icons.html
@@ -1,8 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
diff --git a/_includes/navigation.html b/_includes/navigation.html
index 6b67e0f..03d1477 100644
--- a/_includes/navigation.html
+++ b/_includes/navigation.html
@@ -1,7 +1,7 @@