diff --git a/site/docs/configuration.md b/site/docs/configuration.md index 9051104a..b93f973e 100644 --- a/site/docs/configuration.md +++ b/site/docs/configuration.md @@ -95,7 +95,7 @@ class="flag">flags (specified on the command-line) that control them. environment variable, which Ruby uses to handle time and date creation and manipulation. Any entry from the IANA Time Zone - Database is valid, e.g. America/New_York. A list of all + Database is valid, e.g. America/New_York. A list of all available values can be found here. The default is the local time zone, as set by your operating system.

@@ -278,6 +278,14 @@ before your site is served. ## Frontmatter defaults +
+
The front-matter defaults feature is currently unreleased.
+

+ In order to use this feature, + install the latest development version of Jekyll. +

+
+ You can set default values for your [YAML frontmatter](../frontmatter/) variables in your configuration. This way, you can for example set default layouts or define defaults for your custom variables. Of course, any variable actually specified in