Changed "~" to "$HOME" for JEKYLL_LOCAL_ROOT variable. Sometimes ~ works, sometimes not. I know for a fact that $HOME does though.
parent
1a045dea98
commit
1dd1add7a7
|
|
@ -28,7 +28,7 @@ unset MAILCHECK
|
||||||
|
|
||||||
# Change this to the path of your local jekyll root to use the jekyll aliases
|
# Change this to the path of your local jekyll root to use the jekyll aliases
|
||||||
|
|
||||||
export JEKYLL_LOCAL_ROOT="~/Sites/jekyllsite"
|
export JEKYLL_LOCAL_ROOT="$HOME/Sites/jekyllsite"
|
||||||
|
|
||||||
# And change this to the remote server and root
|
# And change this to the remote server and root
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue