From 001aca3b8a8a5b68e7bfe7939570cc86a5f11407 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Wed, 17 Jan 2018 22:49:37 +0800 Subject: [PATCH] Add help --- docs/Gemfile | 1 + docs/_config.yml | 1 + docs/_layouts/default.html | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index c80d600c7..be00dda58 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -3,3 +3,4 @@ gem 'github-pages', group: :jekyll_plugins gem 'jekyll-redirect-from', group: :jekyll_plugins gem 'jekyll-seo-tag' gem 'jekyll-feed' +gem "jekyll-github-metadata" diff --git a/docs/_config.yml b/docs/_config.yml index 2342c87f1..935649d9a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,6 +9,7 @@ logo: https://spacevim.org/SpaceVim.png permalink: /:title/ plugins: + - jekyll-github-metadata - jekyll-redirect-from - jekyll-sitemap - jekyll-seo-tag diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 4299e7643..2d32ae7ff 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -95,7 +95,8 @@

Hosted on GitHub — Theme by mattgraham -

+

+ Please {% github_edit_link "Help improve this article" %}.