From 8714f274e3e20f4b923fd4188f57b41ea156a86d Mon Sep 17 00:00:00 2001 From: Yohei Yasukawa Date: Sun, 21 Jan 2024 11:32:58 +0900 Subject: [PATCH] Fix warings as a workaround of jekyll/minima#709 https://github.com/jekyll/minima/issues/709 --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index df9a5ff..020d487 100644 --- a/_config.yml +++ b/_config.yml @@ -15,3 +15,7 @@ timezone: UTC # Build settings markdown: kramdown exclude: ["vendor", "Gemfile", "Gemfile.lock"] +sass: + # This can be removed when the following issue is fixed. + # https://github.com/jekyll/minima/issues/709 + quiet_deps: true