diff --git a/docs/Gemfile b/docs/Gemfile index f01211b..5208f72 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +gem "just-the-docs" diff --git a/docs/_config.yml b/docs/_config.yml index fbbbf9c..60d34c4 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -30,7 +30,7 @@ twitter_username: jekyllrb github_username: jekyll # Build settings -theme: minima +theme: just-the-docs plugins: - jekyll-feed diff --git a/docs/index.md b/docs/index.md index a9bf44e..dafaaee 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,6 +3,7 @@ # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults layout: home +title: Home Page --- # Notify