main: move Jekyll stuff to plugins/jekyll
If the user doesn't load the Jekyll plugin, then don't load any Jeykll stuff.
This commit is contained in:
@@ -315,3 +315,8 @@ function deploysite() {
|
||||
builtin cd "${SITE}" || return
|
||||
rsync -rz "${REMOTE?}"
|
||||
}
|
||||
|
||||
# Load the Jekyll config
|
||||
if [[ -s "$HOME/.jekyllconfig" ]]; then
|
||||
source "$HOME/.jekyllconfig"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user