Added some variables that the jekyll aliases need

pull/17/head
Mark Szymanski 2010-10-23 10:58:44 -05:00
parent c92a5f23f3
commit 96ccdaee51
1 changed files with 9 additions and 1 deletions

View File

@ -26,5 +26,13 @@ export NGINX_PATH='/opt/nginx'
# Don't check mail when opening terminal. # Don't check mail when opening terminal.
unset MAILCHECK unset MAILCHECK
# Change this to the path of your local jekyll root to use the jekyll aliases
export JEKYLL_LOCAL_ROOT="~/Sites/mrminimalist"
# And change this to the remote server and root
export JEKYLL_REMOTE_ROOT="user@server:/path/to/jekyll/root"
# Load Bash It # Load Bash It
source $BASH/bash_it.sh source $BASH/bash_it.sh