Docs: Document variables with default values (#1493)

This commit is contained in:
Avinash Sonawane 2021-05-26 20:42:24 +00:00 committed by GitHub
parent 6a84f1b4b8
commit 0ca311fdd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ generate_feed = false
# The filename to use for the feed. Used as the template filename, too.
# Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed.
# There is also a built-in template "rss.xml" that renders an RSS 2.0 feed.
# feed_filename = "atom.xml"
feed_filename = "atom.xml"
# The number of articles to include in the feed. All items are included if
# this limit is not set (the default).
@ -70,7 +70,7 @@ generate_feed = false
# static files. Note that for this to work, both `static` and the
# output directory need to be on the same filesystem. Note that the theme's `static`
# files are always copied, regardless of this setting.
# hard_link_static = false
hard_link_static = false
# The taxonomies to be rendered for the site and their configuration.
# Example: