diff --git a/docs/_data/config_options/build.yml b/docs/_data/config_options/build.yml index bdef3409..8d9babc5 100644 --- a/docs/_data/config_options/build.yml +++ b/docs/_data/config_options/build.yml @@ -77,6 +77,11 @@ flag: -q, --quiet +- name: Log Level + description: Specify a log level among debug, info, warn, or error. + flag: JEKYLL_LOG_LEVEL=info + + - name: Incremental build description: >- Enable the experimental incremental build feature. Incremental build only @@ -87,6 +92,11 @@ flag: -I, --incremental +- name: Disable Bundle Require + description: Disables the need to require gems in `:jekyll_plugins` Gemfile + flag: JEKYLL_NO_BUNDLER_REQUIRE=true + + - name: Liquid profiler description: Generate a Liquid rendering profile to help you identify performance bottlenecks. option: "profile: BOOL"