Add `site.lang`

This commit is contained in:
Michael Rose 2017-03-10 12:06:27 -05:00
parent 844a96dbbb
commit b0106a2f9b
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Basically Basic is a [Jekyll theme](https://jekyllrb.com/docs/themes/) meant as
## Configuration
Configuration of site-wide elements (`title`, `description`, `author`, etc.) happens in your project's `_config.yml`. See the [example configuration](/example/_config.yml) for reference.
Configuration of site-wide elements (`lang`, `title`, `description`, `author`, etc.) happens in your project's `_config.yml`. See the [example configuration](example/_config.yml) in this repo for reference.
### Skin

View File

@ -13,6 +13,7 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
lang: en-US
title: Your awesome title that could be long
email: your-email@domain.com
description: > # this means to ignore newlines until "baseurl:"