From 8eb32d0fcace7a57bc5af49931601d08fa064eaf Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 24 Oct 2017 12:22:50 +0200 Subject: [PATCH] Add the well-known directory to the Jekyll files --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 42f0d8f..79ee359 100644 --- a/_config.yml +++ b/_config.yml @@ -9,6 +9,7 @@ name: Gergely Polonkai paginate: 10 paginate_path: "/blog/page/:num" exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'CNAME', ".hyde.el"] +include: ['.well-known'] plugins: - jekyll-gist - jekyll-paginate