diff --git a/Gemfile b/Gemfile index 43563e9..aef0d56 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,6 @@ source "https://rubygems.org" gemspec +gem "jekyll-github-metadata", ">= 2.15" + gem "webrick", "~> 1.7" diff --git a/_config.yml b/_config.yml index 5123872..06bd17f 100644 --- a/_config.yml +++ b/_config.yml @@ -17,6 +17,7 @@ title: Just the Docs description: A Jekyll theme for documentation baseurl: "/just-the-docs" # the subpath of your site, e.g. /blog url: "https://just-the-docs.github.io" # the base hostname & protocol for your site, e.g. http://example.com +repository: just-the-docs/just-the-docs # for github-metadata permalink: pretty @@ -161,6 +162,7 @@ callouts: plugins: - jekyll-seo-tag + - jekyll-github-metadata kramdown: syntax_highlighter_opts: