summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-24 03:26:18 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-24 03:26:18 -0800
commit065e6edbed1ee5a33ef1916bbf620f5a745c4160 (patch)
treea076797855e8f334b09d3bbdca64b5e7560155ed /_config.yml
parent9bd0deabd4d1dba78194b68e0d4e2c3f3853eddb (diff)
'Provider' is more correct than 'engine'
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/_config.yml b/_config.yml
index 628da7c..fab2c35 100644
--- a/_config.yml
+++ b/_config.yml
@@ -59,11 +59,11 @@ JB :
tags_path : /tags.html
# Settings for comments helper
- # Set 'engine' to the comment engine you want to use.
- # Set 'engine' to false to turn commenting off globally.
+ # Set 'provider' to the comment provider you want to use.
+ # Set 'provider' to false to turn commenting off globally.
#
comments :
- engine : disqus
+ provider : disqus
disqus :
short_name : jekyllbootstrap
livefyre :
@@ -74,11 +74,11 @@ JB :
apikey : 123
# Settings for analytics helper
- # Set 'engine' to the analytics engine you want to use.
- # Set 'engine' to false to turn analytics off globally.
+ # Set 'provider' to the analytics provider you want to use.
+ # Set 'provider' to false to turn analytics off globally.
#
analytics :
- engine : google
+ provider : google
google :
tracking_id : 'UA-123-12'
getclicky :
@@ -86,19 +86,19 @@ JB :
# Settings for sharing helper.
# Sharing is for things like tweet, plusone, like, reddit buttons etc.
- # Set 'engine' to the sharing engine you want to use.
- # Set 'engine' to false to turn sharing off globally.
+ # Set 'provider' to the sharing provider you want to use.
+ # Set 'provider' to false to turn sharing off globally.
#
sharing :
- engine : false
+ provider : false
# Settings for all other include helpers can be defined by creating
# a hash with key named for the given helper. ex:
#
# pages_list :
- # engine : "custom"
+ # provider : "custom"
#
- # Setting any helper's engine to 'custom' will bypass the helper code
+ # Setting any helper's provider to 'custom' will bypass the helper code
# and include your custom code. Your custom file must be defined at:
# ./_includes/custom/[HELPER]
# where [HELPER] is the name of the helper you are overriding.