commit | 9ad7964c861504d9ef030dd11742d5dc00e4320a | [log] [tgz] |
---|---|---|
author | Mark Szymanski <mrman208@me.com> | 周五 6月 24 17:49:19 2011 -0500 |
committer | Mark Szymanski <mrman208@me.com> | 周五 6月 24 17:49:19 2011 -0500 |
tree | 0910ac7c17aa898c47dd769f86e16776d063ecc3 | |
parent | 56b83c76cbc1b8d257103982563a6690e36068a0 [diff] [blame] |
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