From ce620cae1ade749ed277a96d291563a4b1e027c5 Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Tue, 12 Oct 2021 15:10:18 +0200
Subject: [PATCH] ignore fc-discuss in jekyll rendering

---
 _config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index 2c1b5973..1b412b23 100644
--- a/_config.yml
+++ b/_config.yml
@@ -38,7 +38,7 @@ jekyll-minifier:
                 harmony: true
 
 
-exclude: ['download',_jobs/skeleton.md, README.md]
+exclude: ['download','fc-discuss',_jobs/skeleton.md, README.md]
 include: ['html','download.html']
 
 collections:
-- 
GitLab