Add support for multiple Jekyll sites
diff --git a/bash_it.sh b/bash_it.sh
index a030069..7734c10 100644
--- a/bash_it.sh
+++ b/bash_it.sh
@@ -56,6 +56,13 @@
 [ -s /usr/bin/gloobus-preview ] && PREVIEW="gloobus-preview"
 [ -s /Applications/Preview.app ] && PREVIEW="/Applications/Preview.app"
 
+# Load all the Jekyll stuff
+
+if [ -e $HOME/.jekyllconfig ]
+then
+  . $HOME/.jekyllconfig
+fi
+
 
 #
 # Custom Help