_sample-config.yml in jekyll-theme-prologue-0.2.0 vs _sample-config.yml in jekyll-theme-prologue-0.2.1
- old
+ new
@@ -1,14 +1,16 @@
# Developer's Note: This is a sample _config.yml file offered with
# jekyll-theme-prologue for your convenience. To use it, move it to your
# project's root directory and rename it _config.yml. Please note that
-# none of this code is necessary for runtime EXCEPT the line
+# none of this code is necessary for runtime EXCEPT the lines
#
+# theme: jekyll-theme-prologue
# collections: [sections]
#
-# which tells Jekyll to find your content in /_sections. Note which one
-# starts with an underscore and which one doesn't. -- Chris Bobbe
+# which activate the theme and tell Jekyll to find your content
+# in /_sections. Note where "sections" starts with an underscore
+# and where it doesn't. -- Chris Bobbe
#
# ---------------------------------------------------------------
#
# Welcome to Jekyll!
#
@@ -53,9 +55,9 @@
slack_url:
twitter_url:
# Build settings
markdown: kramdown
-theme: jekyll-theme-prologue
-# The following setting is NECESSARY for the Prologue theme:
+# The following settings are NECESSARY for the Prologue theme to run:
+theme: jekyll-theme-prologue
collections: [sections]