From 1a11536a2c5cdf2589c3773de58200c04796992f Mon Sep 17 00:00:00 2001 From: Jonathan Thornton Date: Sun, 18 Sep 2016 17:38:28 -0500 Subject: [PATCH 1/2] Clarify documentation in README This change is subtle, but may prove greatly useful to Jekyll newbies --- lib/theme_template/README.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/theme_template/README.md.erb b/lib/theme_template/README.md.erb index a4ec12f1..1b2d04b2 100644 --- a/lib/theme_template/README.md.erb +++ b/lib/theme_template/README.md.erb @@ -12,7 +12,7 @@ Add this line to your Jekyll site's Gemfile: gem <%= theme_name.inspect %> ``` -And add this line to your Jekyll site: +And add this line to your Jekyll site's _config.yml: ```yaml theme: <%= theme_name %> From f2bfc832a02410582c9368ecb13be39fa89ddc7f Mon Sep 17 00:00:00 2001 From: Jonathan Thornton Date: Mon, 19 Sep 2016 12:08:20 -0500 Subject: [PATCH 2/2] Marking filename with backticks as suggested --- lib/theme_template/README.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/theme_template/README.md.erb b/lib/theme_template/README.md.erb index 1b2d04b2..71cf29d3 100644 --- a/lib/theme_template/README.md.erb +++ b/lib/theme_template/README.md.erb @@ -12,7 +12,7 @@ Add this line to your Jekyll site's Gemfile: gem <%= theme_name.inspect %> ``` -And add this line to your Jekyll site's _config.yml: +And add this line to your Jekyll site's `_config.yml`: ```yaml theme: <%= theme_name %>