From dcab835b8995eb2a8013c2064df31bab42fc3bb9 Mon Sep 17 00:00:00 2001 From: "Chun-Yu Lee (Mat)" Date: Thu, 31 Oct 2024 13:19:43 +0800 Subject: [PATCH] config: enable Jekyll incremental build - Add incremental: true to _config.yml to improve build performance Signed-off-by: Chun-Yu Lee (Mat) --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 09b0bf1..01df495 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ title: Hacking Thursday remote_theme: chrisrhymes/bulma-clean-theme@v0.13.3 livereload: true +incremental: true plugins: - jekyll-remote-theme - jekyll-feed