From fc6c7c1f17881f828e89cbb0f4d25916c8f2b096 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 24 Oct 2017 12:30:29 +0200 Subject: [PATCH] Fix the well-known directory inclusion --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 79ee359..1457760 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ name: Gergely Polonkai paginate: 10 paginate_path: "/blog/page/:num" exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'CNAME', ".hyde.el"] -include: ['.well-known'] +include: ['.well-known/keybase.txt'] plugins: - jekyll-gist - jekyll-paginate