在命令行上运行 jekyll build 或者 jekyll serve 时,可以指定 JEKYLL_ENV 变量:
jekyll build
jekyll serve
JEKYLL_ENV
JEKYLL_ENV=production jekyll build
在代码的 TAG 中,可以用 jekyll.environment 引用该变量。该变量用于区分不同环境,以执行相应的动作。该变量的默认值为 development 。
TAG
jekyll.environment
development
Environments Jekyll environments