Update configuration.md (#1450)
This commit is contained in:
parent
dc0c7df3b0
commit
3a5ae0f073
|
@ -37,6 +37,23 @@ default_language = "en"
|
||||||
# The site theme to use.
|
# The site theme to use.
|
||||||
theme = ""
|
theme = ""
|
||||||
|
|
||||||
|
# For overriding the default output directory `public`, set it to another value (e.g.: "docs")
|
||||||
|
output_dir = "public"
|
||||||
|
|
||||||
|
# When set to "true", the Sass files in the `sass` directory in the site root are compiled.
|
||||||
|
# Sass files in theme directories are always compiled.
|
||||||
|
compile_sass = false
|
||||||
|
|
||||||
|
# When set to "true", the generated HTML files are minified.
|
||||||
|
minify_html = false
|
||||||
|
|
||||||
|
# A list of glob patterns specifying asset files to ignore when the content
|
||||||
|
# directory is processed. Defaults to none, which means that all asset files are
|
||||||
|
# copied over to the `public` directory.
|
||||||
|
# Example:
|
||||||
|
# ignored_content = ["*.{graphml,xlsx}", "temp.*"]
|
||||||
|
ignored_content = []
|
||||||
|
|
||||||
# When set to "true", a feed is automatically generated.
|
# When set to "true", a feed is automatically generated.
|
||||||
generate_feed = false
|
generate_feed = false
|
||||||
|
|
||||||
|
@ -76,26 +93,9 @@ taxonomies = []
|
||||||
#
|
#
|
||||||
languages = []
|
languages = []
|
||||||
|
|
||||||
# When set to "true", the Sass files in the `sass` directory in the site root are compiled.
|
|
||||||
# Sass files in theme directories are always compiled.
|
|
||||||
compile_sass = false
|
|
||||||
|
|
||||||
# When set to "true", the generated HTML files are minified.
|
|
||||||
minify_html = false
|
|
||||||
|
|
||||||
# A list of glob patterns specifying asset files to ignore when the content
|
|
||||||
# directory is processed. Defaults to none, which means that all asset files are
|
|
||||||
# copied over to the `public` directory.
|
|
||||||
# Example:
|
|
||||||
# ignored_content = ["*.{graphml,xlsx}", "temp.*"]
|
|
||||||
ignored_content = []
|
|
||||||
|
|
||||||
# A list of directories used to search for additional `.sublime-syntax` files.
|
# A list of directories used to search for additional `.sublime-syntax` files.
|
||||||
extra_syntaxes = []
|
extra_syntaxes = []
|
||||||
|
|
||||||
# You can override the default output directory `public` by setting an another value.
|
|
||||||
# output_dir = "docs"
|
|
||||||
|
|
||||||
# Configuration of the Markdown rendering
|
# Configuration of the Markdown rendering
|
||||||
[markdown]
|
[markdown]
|
||||||
# When set to "true", all code blocks are highlighted.
|
# When set to "true", all code blocks are highlighted.
|
||||||
|
|
Loading…
Reference in a new issue