diff --git a/_config.yml b/_config.yml index 67e6228eee..e876de1b15 100644 --- a/_config.yml +++ b/_config.yml @@ -2,4 +2,4 @@ title: Minimal theme description: Minimal is a theme for GitHub Pages. show_downloads: true google_analytics: -theme: +theme: jekyll-theme-minimal \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 248ac3bcd2..70c1f0dae8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,8 @@ - {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }} + +{% seo %} diff --git a/jekyll-theme-minimal.gemspec b/jekyll-theme-minimal.gemspec index 0718e190a9..2192d7dc62 100644 --- a/jekyll-theme-minimal.gemspec +++ b/jekyll-theme-minimal.gemspec @@ -14,5 +14,6 @@ Gem::Specification.new do |s| end s.platform = Gem::Platform::RUBY - s.add_runtime_dependency "jekyll", "~> 3.3" + s.add_runtime_dependency "jekyll", "~> 3.5" + s.add_runtime_dependency "jekyll-seo-tag", "~> 2.0" end