docs/_docs/configuration/options.md
The tables below list the available settings for Jekyll, and the various <code class="option">options</code> (specified in the configuration file) and <code class="flag">flags</code> (specified on the command-line) that control them.
In addition to the options below, the serve sub-command can accept any of the options
for the build sub-command, which are then applied to the site build which occurs right
before your site is served.
{% endfor %}
</p>
{% endif %}
{% if setting.flag %}
<p><code class="flag">{{ setting.flag }}</code></p>
{% elsif setting.flags %}
<p>
{% for flag in setting.flags %}
<code class="flag">{{ flag }}</code>
{% endfor %}
</p>
{% endif %}
</td>
</tr>
{% endfor %}