From 3a82ce799da6b0aebcaa23451d2f82ad44e20ef8 Mon Sep 17 00:00:00 2001 From: Alex Gil Date: Thu, 21 Apr 2016 15:02:00 -0400 Subject: [PATCH] added explicit UTF-8 instruction to config --- _config.yml | 3 +++ optional/jekyll-scholar starter kit/_config.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index 09a41970..d358f93a 100755 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,9 @@ # Use of `relative_permalinks` ensures post links from the index work properly. permalink: none +# Set encoding to UTF-8 +encoding: utf-8 + # Markdown specs markdown: kramdown diff --git a/optional/jekyll-scholar starter kit/_config.yml b/optional/jekyll-scholar starter kit/_config.yml index 8a73422a..a09647e7 100755 --- a/optional/jekyll-scholar starter kit/_config.yml +++ b/optional/jekyll-scholar starter kit/_config.yml @@ -5,6 +5,9 @@ # Use of `relative_permalinks` ensures post links from the index work properly. permalink: none +# Set encoding to UTF-8 +encoding: utf-8 + # Markdown specs markdown: kramdown