summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
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