summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-20 23:20:22 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-20 23:20:22 -0800
commitdf5bedb4240a2b617f7dd2528fc35ccc5227ffed (patch)
tree30cb86ae0659a2876e88aa265f85c986ff028b7b /_config.yml
parent7a0b1ed6897c21181b94743ca88af6332c74315e (diff)
Add JB configuration hash to site config
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 9d7c129..c63f811 100644
--- a/_config.yml
+++ b/_config.yml
@@ -20,3 +20,28 @@ author :
feedburner : feedname
exclude: [".rbenv-version", "README.md", "Rakefile"]
+
+# Jekyll-Bootstrap configurations
+JB :
+ comments :
+ engine : disqus
+ disqus :
+ short_name : jekyllbootstrap
+ livefyre :
+ site_id : 123
+ intensedebate :
+ account : 123abc
+ facebook :
+ apikey : 123
+
+
+ analytics :
+ engine : google
+ google :
+ tracking_id : 'UA-123-12'
+ getclicky :
+ site_id :
+
+
+ sharing :
+ engine : false \ No newline at end of file