From 41f92f3558504bd02f6754106e9bf0b9362d07b7 Mon Sep 17 00:00:00 2001 From: armoured-moose <32486691+armoured-moose@users.noreply.github.com> Date: Sun, 28 Mar 2021 21:39:46 +0100 Subject: [PATCH] Add github to build settings Fix the message "GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data." as mentioned in https://github.com/github/pages-gem/issues/399. --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 1ea2337d9c..fedca9f8e8 100644 --- a/_config.yml +++ b/_config.yml @@ -8,6 +8,7 @@ markdown: kramdown highlighter: rouge permalink: none plugins: [jekyll-paginate, jekyll-sitemap, jekyll-feed, jekyll-seo-tag] +#github: [metadata] sass: sass_dir: assets/css