We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8597aa4 commit 92fb6d1Copy full SHA for 92fb6d1
_config.yml
@@ -35,3 +35,6 @@ color_scheme: nil
35
# Google Analytics Tracking (optional)
36
# e.g, UA-1234567-89
37
ga_tracking: UA-2709176-10
38
+
39
+plugins:
40
+ - jekyll-seo-tag
just-the-docs.gemspec
@@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
14
spec.executables << 'just-the-docs'
15
16
spec.add_runtime_dependency "jekyll", "~> 3.8.5"
17
+ spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0"
18
spec.add_runtime_dependency "rake", "~> 12.3.1"
19
20
spec.add_development_dependency "bundler", "~> 2.0.1"
0 commit comments