From 7e86166e4de20ed225f35d9c6b8d5f885bb922c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Michonneau?= Date: Tue, 14 Aug 2018 10:58:33 -0400 Subject: [PATCH] avoid warnings and errors around github metadata for local rendering --- bin/boilerplate/_config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/boilerplate/_config.yml b/bin/boilerplate/_config.yml index 795a35c..35e2cf1 100644 --- a/bin/boilerplate/_config.yml +++ b/bin/boilerplate/_config.yml @@ -94,3 +94,7 @@ exclude: # Turn on built-in syntax highlighting. highlighter: rouge + +# Allow local rendering around github metadata +# from: https://github.com/github/pages-gem/issues/399#issuecomment-301827749 +github: [metadata] -- 2.30.2