From 1703b59ce8ba219e8266cc0c8fa19190776cbe37 Mon Sep 17 00:00:00 2001 From: David Herman Date: Fri, 25 Sep 2015 18:57:46 -0700 Subject: [PATCH] Add header message to _config.yml The first thing new users to Jekyll do is open _config.yml, so this change adds a simple welcome message to the top of it. Additionally, it informs the user that the file is not automatically reloaded when changed, which is a point of confusion for new users. Related issue: https://github.com/jekyll/jekyll/issues/2302 --- lib/site_template/_config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/site_template/_config.yml b/lib/site_template/_config.yml index f4151011..1c5e5bc9 100644 --- a/lib/site_template/_config.yml +++ b/lib/site_template/_config.yml @@ -1,3 +1,10 @@ +# Welcome to Jekyll! +# +# This config file is meant for settings that affect your whole blog, values +# which you are expected to set up once and rarely need to edit after that. +# For technical reasons, this file is *NOT* reloaded automatically when you use +# 'jekyll serve'. If you change this file, please restart the server process. + # Site settings title: Your awesome title email: your-email@domain.com