From: Mark Szymanski Date: Tue, 2 Nov 2010 01:24:53 +0000 (-0500) Subject: Added the last jekyll variable we will need... hopefully. X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=61fcd21162c5d914689d1efdaa10df16ee70a4f9;p=common%2Fbash_it.git Added the last jekyll variable we will need... hopefully. --- diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 46d0c4a..31e6645 100644 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -28,12 +28,17 @@ unset MAILCHECK # Change this to the path of your local jekyll root to use the jekyll aliases -export JEKYLL_LOCAL_ROOT="~/Sites/mrminimalist" +export JEKYLL_LOCAL_ROOT="~/Sites/jekyllsite" # And change this to the remote server and root export JEKYLL_REMOTE_ROOT="user@server:/path/to/jekyll/root" +# And, for the last of the jekyll variables, this is the formatting you use, eg: markdown, +# textile, etc. Basically whatever you use as the extension for posts, without the preceding dot + +export JEKYLL_FORMATTING="markdown" + # Change this to your console based IRC client of choice. export IRC_CLIENT='irssi'