From d559f1ed7011d285429e103010934eab43d92512 Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Fri, 15 Jun 2018 16:11:24 +0200 Subject: [PATCH] Exclude README.md and LICENSE.txt from Jekyll generation --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index d6bc6a8..eb5181f 100644 --- a/_config.yml +++ b/_config.yml @@ -3,6 +3,8 @@ markdown: kramdown permalink: pretty +exclude: ['README.md', 'LICENSE.txt'] + # CAUTION # When modifying this file, take care to preserve the indentation. This is YAML ...