From 91ef3a7cc9222f513e47f64bab33b4543883dfc7 Mon Sep 17 00:00:00 2001 From: Antonio Date: Fri, 30 Sep 2016 02:17:08 +0800 Subject: [PATCH] prepend 'jekyll serve' with 'bundle exec' Best not to send mixed messages and jekyllrb's quickstart message is "bundle exec jekyll serve" --- lib/site_template/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/site_template/_config.yml b/lib/site_template/_config.yml index 24a46518..9a2bee45 100644 --- a/lib/site_template/_config.yml +++ b/lib/site_template/_config.yml @@ -6,7 +6,7 @@ # feature for the data you need to update frequently. # # For technical reasons, this file is *NOT* reloaded automatically when you use -# 'jekyll serve'. If you change this file, please restart the server process. +# 'bundle exec jekyll serve'. If you change this file, please restart the server process. # Site settings # These are used to personalize your new site. If you look in the HTML files,