From b0106a2f9b3055c9010c84120aca46e302a45de4 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 10 Mar 2017 12:06:27 -0500 Subject: [PATCH] Add `site.lang` --- README.md | 2 +- example/_config.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3d75fc..43c599b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example/_config.yml b/example/_config.yml index 23a3049..980d2f7 100644 --- a/example/_config.yml +++ b/example/_config.yml @@ -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:"