From c720ae30dc10f1268244803e1562ca060b51997a Mon Sep 17 00:00:00 2001 From: santisoler Date: Tue, 23 Mar 2021 22:39:20 +0000 Subject: Add excluded files to _config.yml --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index f01e4d5..df12cef 100644 --- a/_config.yml +++ b/_config.yml @@ -8,3 +8,6 @@ baseurl: /FIXME # 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