1. 构建时sass警告

remote: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

参考: https://github.com/jekyll/minima/issues/709 这些警告的根本原因来自 jekyll-sass-converter-3.0.0,它使用了 Sass 的新实现。可以编辑的 Gemfile,仅使用 jekyll-sass-converter-2.x。或者继续使用 sass-converter 的 v3 版本,但通过你的配置文件禁用这些警告:

sass:
  quiet_deps: true