From 61fcd21162c5d914689d1efdaa10df16ee70a4f9 Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Mon, 1 Nov 2010 20:24:53 -0500 Subject: [PATCH] Added the last jekyll variable we will need... hopefully. --- template/bash_profile.template.bash | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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' -- 2.17.1