From 1d7a134dd5e9587c87ccfa8ec33030e790e34082 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 20 Oct 2021 06:17:53 +0800 Subject: [PATCH] Fix exclude list --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index dfabf6e..6ac98db 100644 --- a/_config.yml +++ b/_config.yml @@ -159,7 +159,7 @@ exclude: - LICENSE - gulpfile.js - node_modules - - '*.json' + - package.json jekyll-archives: enabled: [categories, tags]