From c5d2eed5c4d469634bd871fa473724cf9d03655d Mon Sep 17 00:00:00 2001 From: santisoler Date: Tue, 23 Mar 2021 22:40:35 +0000 Subject: Add excluded files in _config.yml --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index 917e223..a8bdc1c 100644 --- a/_config.yml +++ b/_config.yml @@ -5,3 +5,6 @@ baseurl: /~santisoler # If you want to show posts excerpt on the home page set this to true show-excerpt: true + +# Exclude the following files from being part of the website +exclude: [Makefile, README.md] -- cgit v1.2.3