Added the last jekyll variable we will need... hopefully.

pull/18/head^2
Mark Szymanski 2010-11-01 20:24:53 -05:00
parent a8fc3c78d9
commit 61fcd21162
1 changed files with 6 additions and 1 deletions

View File

@ -28,12 +28,17 @@ 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/mrminimalist" export JEKYLL_LOCAL_ROOT="~/Sites/jekyllsite"
# And change this to the remote server and root # And change this to the remote server and root
export JEKYLL_REMOTE_ROOT="user@server:/path/to/jekyll/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. # Change this to your console based IRC client of choice.
export IRC_CLIENT='irssi' export IRC_CLIENT='irssi'