Add support for multiple Jekyll sites

This commit is contained in:
Mark Szymanski
2011-06-24 17:49:19 -05:00
parent 56b83c76cb
commit 9ad7964c86
2 changed files with 300 additions and 155 deletions

View File

@@ -56,6 +56,13 @@ PREVIEW="less"
[ -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